/* CSS Document */
body{
	scrollbar-arrow-color: #E2BCBC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#E2BCBC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 80;
}
a:hover {
	text-decoration: none;
}
.bodytext {
	font-size: 12px;
	margin: 0em 0px 0.8em;
}
.headerdiv {
	position: static;
	z-index: 99;
}
.fixedmenudiv {
	font-size: 11px;
	position: relative;
	z-index: 98;
	top: -20px;
	width: 800px;
	text-align: left;
}
.floatingmenu {
	overflow: hidden;
	position: absolute;
	height: 9px;
	width: 144px;
	left: 1px;
	top: 106px;
	visibility: visible;
	z-index: 99;
}
.floatingmenuslim1{
	overflow: hidden;
	position: absolute;
	height: 27px;/*17px + 10px space for better mouse activation */
	width: 144px;
	left: 1px;
	top: 97px;
	visibility: visible;
	z-index: 80;
}
.floatingmenuslim2{
	overflow: hidden;
	position: absolute;
	height: 27px;/*17px + 10px space for better mouse activation */
	width: 144px;
	left: 124px;
	top: 97px;
	visibility: visible;
	z-index: 80;
}
.floatingmenuslim3{
	overflow: hidden;
	position: absolute;
	height: 27px;/*17px + 10px space for better mouse activation */
	width: 144px;
	left: 247px;
	top: 97px;
	visibility: visible;
	z-index: 80;
}
.floatingmenuslim4{
	overflow: hidden;
	position: absolute;
	height: 27px;/*17px + 10px space for better mouse activation */
	width: 144px;
	left: 370px;
	top: 97px;
	visibility: visible;
	z-index: 80;
}
.floatingmenuslim5{
	overflow: hidden;
	position: absolute;
	height: 27px;/*17px + 10px space for better mouse activation */
	width: 21px;
	left: 493px;
	top: 97px;
	visibility: visible;
	z-index: 80;
}
.headerimg {
	position: absolute;
	width: 800px;
	height: 106px;
	z-index: 90;
}
.bodytablediv{
	position: relative;
	z-index: 80;
	text-align: left;
	width: 800px;
	top: -30px;
	left: -5px;
}
TABLE.bodyframe {
	width: 800px;
}
TH.bodyframe_th_h10w10 {
	height: 10px;
	width: 10px;
}
TH.bodyframe_th_h10w530 {
	height: 10px;
	width: 530px;
}
TH.bodyframe_th_h10w250 {
	height: 10px;
	width: 250px;
}
TH.bodyframe_th_h20w10 {
	height: 20px;
	width: 10px;
}
TH.bodyframe_th_h20w530 {
	height: 20px;
	width: 530px;
}
TH.bodyframe_th_h20w250 {
	height: 20px;
	width: 250px;
}
.contentbighead {
	font-variant:small-caps;
	font-size: 14px;
	margin: 0em 0px 0.8em;
	font-weight: bold;
}
.contenthead {
	font-size: 12px;
	margin: 0em 0px 0.8em;
	font-weight: bold;
}
.contenttext {
	font-size: 12px;
	margin: 0em 0px 0.8em;
}

.infoWinHead {
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding-left:10px;
}

.infoWinContent {
	font-size: 11px;
	margin: 0em 0px 0.8em;
}

TABLE.footer {
	font-size: 12px;
	margin: 0em 0px 0.8em;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF8080;
	text-decoration: none;
}
a:active {
	color: #FF8080;
	text-decoration: none;
}
a.external {
	background: url(./images/icon_externallink_red.png) center right no-repeat;
	padding-right: 13px;
}
a:visited.external {
	background: url(./images/icon_externallinkv_red.png) center right no-repeat;
	padding-right: 13px;
}