/* body */	
BODY  {
	font-size: 11px;
	
	color: #3A251B;
	font-family: Verdana, sans-serif;
}


/* LINKS*/	
A:Link  {color: #899524;text-decoration : none; }
A:Visited  {color: #899524;text-decoration : none;}
A:Active  {color: #899524;text-decoration : none;}
A:Hover  {color: #BDD360;text-decoration: underline;}


/* footer links */	
a.foot:Link  {color: #8C382A;text-decoration : none; font-family: Verdana;}
a.foot:Visited  {color: #8C382A;text-decoration : none;font-family: Verdana;}
a.foot:Active  {color: #8C382A;text-decoration : none;font-family: Verdana;}
a.foot:Hover  {color: #F7E9B9;text-decoration: underline;font-family: Verdana;}

/* TEXT */
.hometext {font-size: 11px; text-align: justify;line-height:18px}
.plaintext {font-size: 12px; line-height:15px;}
.smalltext {font-size: 10px; line-height:13px}


/* headlines */
.smallhead {font-size: 14px; font-family: "Times New Roman", Times, serif; font-weight: bold; color: #754820;line-height:17px;}
.midhead {font-size: 16px; font-family: "Times New Roman", Times, serif; color : #754820; line-height:17px;}
.largehead {font-size: 20px; font-family: "Times New Roman", Times, serif; color : #754820; line-height: 26px;}

/*left menu*/
.left_menu a:link {color: #3A251B; font-family: "Times New Roman", Times, serif; text-decoration : none; font-size:14px; font-weight:bold;}
.left_menu a:active {color: #3A251B;  font-family: "Times New Roman", Times, serif; text-decoration : none; font-size:14px; font-weight:bold;}
.left_menu a:visited {color: #3A251B;  font-family: "Times New Roman", Times, serif; text-decoration : none; font-size:14px; font-weight:bold;}
.left_menu a:hover {color: #754820; font-family: "Times New Roman", Times, serif; text-decoration : none; font-size:16px;font-weight:bold; }

/*image thumbnail*/
.thumb {
	border: 1px solid #210E05;
} 

input.gobtn {
	background-color: #210E05; 
	font-weight: bold; 
	font-size: 11px; 
	color: #F8F6EB;
	padding: 1px;
}