@charset "UTF-8";
/* CSS Document */



body {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	background-color: #130B0E;
	text-align: center;
	font-size: 9px;
}

/* a{font-family:Arial, Helvetica;}*/


.NAVtext { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.NAVtext2 { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.bodytext { /* general font size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.bodytext2 { /* general font size */
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.bodytext3 { /* general font size */
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 8px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.bodytextblue { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #00F;
}

.BlueNavText { /* general font size */
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #00F;
}

.Datetext { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

.H1 { /* general font size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.H2 { /* general font size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

.H3 { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.H4 { /* general font size */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.H5 { /* general font size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #F67E18;
}

.SAVEtext { /* general font size */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #C60;
}

.redbox {
	margin: 1px;
	padding: 1px;
	border: 1px solid #F00;
}

.headerBox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}


b:link {
	color: #FFF;
	text-decoration: none;
}
b:visited {
	color: #FFF;
	text-decoration: none;
}
b:hover {
	color: #000;
	text-decoration: none;
}
b:active {
	color: #FFF;
	text-decoration: none;
}
.bitner { color: #FFF;
font-family: Arial, Helvetica, sans-serif ;
font-weight: bold;
text-decoration: none;
}
.bitner a { color: #FFF;
font-family: Arial, Helvetica, sans-serif ;
font-weight: bold;
}