
body, table tr, td, center, p, ol, ul {
	font-family: arial, verdana, Helvetica, sans-serif;		
	font-size: 12px;
}

a {
	color : #372f1c;
}

a:hover {
	color : #372f1c;
#	text-decoration: underline;
}

.pic {
	margin-bottom: 6px;
	color : #372f1c;
}

.menu {
	color : #055c00;
	font-size : 8pt;
	font-weight: bold;
}

a.menu {
	color : #055c00;
	font-size : 8pt;	
	font-weight: bold;
	text-decoration : underline;
}

.menu_selected {
	color : #3e3d32;
	font-size : 8pt;
	font-weight: bold;
}

a.menu_selected {
	color : #3e3d32;
	font-size : 8pt;	
	font-weight: bold;
	text-decoration : none;
}

.sub_menu {
	color : #3e3d32;
	font-size : 8pt;
	text-decoration : underline;
}

a.sub_menu {
	color : #3e3d32;
	font-size : 8pt;	
	text-decoration : underline;
}


.sub_menu_selected {
	color : #055c00;
	font-size : 8pt;
	text-decoration : underline;
	font-weight : normal;
}

a.sub_menu_selected {
	color : #055c00;
	font-size : 8pt;	
	text-decoration : underline;
	font-weight : normal;
}

.form {
	font-family : Verdana, Arial, Times;
	font-size : 8pt;
	background-color : #FFFFFF;
	border : 1 groove #003874;
}

.form_transparent {
	font-family : Verdana, Arial, Times;
	font-size : 8pt;
	background-color : #FFFFFF;
	border : 1 solid #FFFFFF;
}

.button {
	font-family : Verdana, Arial, Times;
	font-size : 8pt;
	color : #FFFFFF;
	background-color : #EF8A00;
	border : 1 solid #000000;
	font-weight : 900;
}

.form_green {
	font-family: Verdana, Arial, Times;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1 solid #0A9A94;
}

.button_green {
	font-family: Verdana, Arial, Times;
	font-size : 8pt;
	color : #00968F;
	background-color : #FFFFFF;
	background-image : url(images/button_bg_grey.gif);
	border : 1 solid #0A9A94;
}

.form_gray {
	font-family: Verdana, Arial, Times;
	font-size: 8pt;
	background-color: #808080;
	border: 1 solid #000000;
}

.button_gray {
	font-family: Verdana, Arial, Times;
	font-size : 8pt;
	color : #000000;
	background-color : #FFFFFF;
	background-image : url(images/button_bg_grey.gif);
	border : 1 solid #6F6F6F;
}

.opacity40 {
	filter:alpha(opacity=40);
}


.imgL {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	border-color: #ffffff;
}

.imgR {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-color: #DEE5E8;
}

.imgC {
	border-color: #cfcfcf;
	margin-bottom: 5px;
}

