/* CSS Document */

a:link { color:#aebc87; text-decoration:none; font-family:tahoma; font-size:11px;}
a:visited { color:#aebc87; text-decoration:none; font-family:tahoma; font-size:11px;}
a:active { color:#aebc87; text-decoration:none; font-family:tahoma; font-size:11px;}
a:hover { color:white; text-decoration:underline; font-family:tahoma; font-size:11px;}

A.navilink{
	color:black;
}

BODY{	
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	
	background-color:#415927;
/*	background-image:url('../image/theme/bg.jpg');*/
	background-attachment:fixed;
	
	
	font-family:tahoma;  
	font-size:12px; 
	color:#ffffff;

	text-align:center;
}

TABLE.fixedbg{
	background-repeat: repeat-x;
}

TH{
	font-family:tahoma;  
	font-size:11px;
	color:#ddedac;
	text-align:center;
}

TD{
	font-family:tahoma;  
	font-size:11px;
	color:#ffffff;
}

TD.main_body{
	background-color:#7a855a;
		
	font-family:tahoma;  
	font-size:12px; 
	color:#ffffff;
	
}

TD.tab_header_menu{
	background-color:#364b1f;
	color:#aebc87;
}

TD.tab_footer_menu{
	background-color:#364b1f; 
	color:aebc87;
}

TD.fixedbg{
	background-repeat: repeat-x;
	color:#aebc87;
}

H1{
  	font-family:tahoma;  
	font-size:13px; 
  	color:#ddedac;
  	margin:0px; 
	font-weight:bold;
}

H2{
  	font-family:tahoma;  
	font-size:14px; 
  	color:#ffcc00;
  	margin:0px; 
	font-weight:bolder;
}

H3{
	font-family:tahoma;  
	font-size:11px;
	color:#cc0000;
	margin:0px; 
	text-align: left;
}

H4{
	font-family:tahoma;  
	font-size:11px;
	color:#ffff99;
	margin:0px;
	font-weight:bolder; 
}

H5{
	font-family:tahoma;  
	font-size:11px;
	margin:0px;
	font-weight:bolder; 
}
