@charset "UTF-8";
/* CSS Document */

/*body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	line-height: 20px;
}
*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	line-height: 20px;
}

.homepageimage { line-height: 8px !important;}

.maincontent tbody, tr,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	line-height: 20px;
}

.menuheader { line-height: 8px !important;}
.menuheader.tbody { line-height: 8px !important;}
.menuheader.td { line-height: 8px !important;}
.menuheader.tr { line-height: 8px !important;}
.menuheader.th { line-height: 8px !important;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EC0020;
	padding-bottom: 0px;
	display: inline;
	text-transform: uppercase;
}

a.bottommenu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.bottommenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;	
	font-size: 12px;
		font-weight: bold;
}
a.bottommenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	white-space: nowrap;
	font-size: 12px;
		font-weight: bold;
}

a.topmenu:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration: none;

}
a.topmenu:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration: none;


}
a.topmenu:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	

}
.topmenu_table {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #443634;
}
.bottommenu_table {
	text-align: center;
	width: 80%;
	white-space: nowrap;
	background-color: #443634;
}

.submenu_popup {
	background-color: #ffffff;
	border: thin solid #666666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding: 5px;
} 
