/* Text Styles
=================================*/

/* Normalise font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; text-decoration: none;} 


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
 }
 
/*Topmenu*/

ul#topmenu {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	list-style-type: none;
}

a:link {
	color: #18401E;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #18401E;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #18401E;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #18401E;
}


h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #666666;
}


h3 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #FF9900;
}


h3#crumb a:link {color: #CCCCCC;}

h3#crumb a:visited {color: #CCCCCC;}

h3#crumb a:hover {color: #FF9900;}

h3#crumb a:active {color: #CCCCCC;}




