/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#a8b14d;*/
	color:#666666;
	padding:0px;
	margin-top:0px;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004812;
	font-size:30px;
}

a {
	text-decoration:none;
	/*color:#a8b14d;*/
	color:#666666;
}

a:hover {
	text-decoration:underline;
}

#leftmenu li {
	list-style-type:none;
}
#leftmenu td a{
	text-decoration:none;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#004812;
	font-weight:bold;
}
#leftmenu td a:hover {
	text-decoration:none;
	color:#78a22e;
}

#bottom_background {
	background-image:url(images/Index_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}




