/*
Cascading style sheet for African Horizon
*/
Body{
	Font-Family 	  : Verdana, Arial, Helvetica, sans-serif;
	Font-Size         :	10px;
	Font-Style 	  : normal;
	Color 		  : #000000;
	text-indent: 10px;
	}
	
H1{
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	14px;
	Font-Weight 	  : bold;
	Color 		  : #993300;
	padding-left: 10px;
	padding-top: 5px;
	}
	
H2{
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	12px;
	Font-Weight 	  : bold;
	Color 		  : #000000;
	padding-left: 10px;
	}	
	
P{
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	12px;
	Font-Weight 	  : normal;
	Font-Style 	  :	normal;
	Color 		  : #000000;
	padding-top: 5px;
	padding-left: 10px;
	}

Pre{	
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	10px;
	Font-Weight 	  : normal;
	Font-Style 	  :	normal;
	Color 		  : #000000;
	}	
	
small{	
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	12px;
	Font-Weight 	  : bold;
	Font-Style 	  :	normal;
	Color 		  : #000000;
	}

B{	
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	12px;
	Font-Weight 	  : bold;
	Font-Style 	  :	normal;
	Color 		  : #000000;
	}

th{	
	background-color   : #f4eee6;
	}	
	
span style{
	 Font-Family	   : Arial; 
	 Font-size	   : 6px;
	 }
	
li{
	Font-Family 	  :	Verdana, Arial, Helvetica, sans-serif;
	Font-Size 	  :	12px;
	Font-Weight 	  : bold;
	Font-Style 	  :	normal;
	Color 		  : #000000;
	}


#navcontainer ul
{
list-style-type: none;
text-align: center;
	margin: 5px;
}

#navcontainer ul li a
{
	background: transparent url(images/list-off.gif) center no-repeat;
	padding-left: 15px;
	text-align: center;
	font: bold 12px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) center no-repeat;
color: #993300;
}

#navcontainer ul li a#current
{
background: transparent url(images/Circle.gif) left no-repeat;
color: #993300;
}

   	
	
	
A:visited {color: #808080}
A:hover {color: #993300}
A: link {color: #808080}

