/*General font: */ 

font	{ font-family: "Times New Roman", Times, serif; color: #666666; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins.

*/ body {	background-color: #3A4754; color: #666666;}



.info { MARGIN-LEFT:5%; MARGIN-right:5%; margin-top:2%; font-size: 100%; color: #666666; text-align:left}

.top {background-color: #3A4754; border-color:#B8860B; border-width:1px; border-style:solid; font-size:90%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal; text-align: center}

.top a:link {color:#FEEA83; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #3A4754; font-size:90%;}

.top a:visited {color:#FEEA83; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #3A4754; font-size:90%;}

.top a:hover { background-color: #FEEA83; color: #3A4754; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:active {color:#800000; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #3A4754; font-size:90%;}

.bodytext {MARGIN-LEFT:10%; MARGIN-right:10%;}
/*Links: */

a:link 	{color: #222222; font-weight:bold; text-decoration:none}
a:visited 	{color: #222222; font-weight:bold; text-decoration:none} 
a:hover     { background-color: #222222; color: #FFFFFF; font-weight:bold; text-decoration:none}
a:active	{color: #222222; font-weight:bold; text-decoration:none}

a:link img   { border-color: #800000 } 
a:visited img   { border-color: #800000 } 
a:hover img   { border-color: #800000 } 
a:active img   { border-color: #800000 } 


/*Headers:*/


h1        { font-size: 160%; font-weight:bold; text-align:center; color:#3A4754;}

h2	{ font-size: 140%;  font-weight: bold; text-align:center; color:#3A4754;}

h3	{ font-size: 120%; font-weight: bold; text-align:center; color:#3A4754;}

h4	{font-size: 110%; text-align:center; font-weight: bold; color:#B8860B;}

h5	{font-size:110%; font-weight: bold; text-align:center }

h6	{font-size:100%; font-weight: bold; text-align:left }

/*Properties for special highlight:*/
.special1	{font-size: 100%; font-weight: bold;  text-align:center }
.special2	{font-size: 100%;	color: #222222; 	text-align:left}
.special3	{font-size: 100%;	color: #222222; 	text-align:center}
ul {
	list-style-image:url(bullet.gif);
}


