@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
background-image: url('bg1.png');
	background-attachment: repeat;

	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size:11px;
	color: #000000;
	margin-top: 2px;
	line-height: 1.4;
	text-align:justify;	
}



/* 
------------------------------
TEXT
------------------------------ 
*/


.bold13 {
	font-size : 13px;
	line-height: 1.6;
	color: #000000;
	font-weight:bold;
}

.green13 {
	font-size : 13px;
	line-height: 1.6;
	color: #797c00;
	font-weight:bold;
}


.green12 {
	font-size : 12px;
	line-height: 1.6;
	color: #797c00;
	font-weight:bold;
}




.white10 {
	font-size : 10px;
	color: #ffffff;
}
.black10 {
	font-size : 10px;
	color: #000000;
}

.greenonblack11 {
	color: #ced140;
	font-size : 11px;
	font-weight:bold;


}





/* 
------------------------------
links
------------------------------ 
*/



a:link, a:visited, a:active {
	color:#797c00;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;

}
	
a:hover {
	color:#000000;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;

}



a.small:link, a.small:visited, a.small:active {
	color:#000000;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 11px;
	font-weight: normal;

}
	
a.small:hover {
	color:#797c00;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 11px;
	font-weight: normal;

}


a.smallgreen:link, a.smallgreen:visited, a.smallgreen:active {
	color:#797c00;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 11px;
	font-weight: bold;

}
	
a.smallgreen:hover {
	color:#000000;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 11px;
	font-weight: bold;

}




a.white10:link, a.white10:visited, a.white10:active {
	color:#ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 10px;

}
	
a.white10:hover {
	color:#fff600;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none;
	font-size : 10px;

}





#menu a {
   background: url("img/css/nav/home.png") 0 0 no-repeat;
   ...
   }
#menu a:hover {
   background: url("img/css/nav/home.png") 0 0 no-repeat;
   ...
   }
#menu a:active {
   background-position: -70px 0;
   ...
   }




/* 
------------------------------
images
------------------------------ 
*/



img.border {
	border-width: 1px;
	border-color: #000000;
	
	}
	
	
	
/* 
------------------------------
misc
------------------------------ 
*/
	
	.hidden {
  display: none;
}



/* 
------------------------------
tables
------------------------------ 
*/

table.mainimage {
		background-image: url('img/home_image_notext.jpg');
}