BODY, TD {
	color : Black;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight : 500;
	height : auto;
	scrollbar-face-color:#996600;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color:#996600;
	scrollbar-3dlight-color: #996600;
	scrollbar-darkshadow-color: #996600;
	scrollbar-track-color:#000066;
	scrollbar-arrow-color:#ffffcc;
}

H1 {
	color : #333333;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	font-weight : 500;
	height : auto;
}

H2 {
	color : #333333;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight : 500;
	height : auto;
}
H3 { 
	float: right;
 }
DIV {
	color : #333333;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 8px;
	text-align: center;
	font-weight : 500;
	height : auto;
}

A {
	color: Olive;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	height : auto;
}

A:Hover {
	color: Gray;
	text-decoration : blink;
}

.red {
	color: Red;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight : bold;
	height : auto;
}

.red2 {
	color: Red;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight : bold;
	height : auto;
}

.yellow {
	color: #ffffcc;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight : bold;
	height : auto;
}

.yellow2 {
	color: #ffffcc;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight : bold;
	height : auto;
}

.header {
	color : #333333;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	font-weight : 500;
	height : auto;
}

.header2 {
	color : Navy;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 18px;
	font-weight : 500;
	height : auto;
}

.divhome {
	color : #D2691E;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	height : auto;
}


.small {
	color : #FF9900;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 2px;
	text-align: center;
	font-weight : lighter;
	height : -100%;
}

.Button {
	background-color: Navy;
	color: #ffffff;
	font-size: 8pt;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	cursor: ne-resize;
	height: 25px;
	width: 100px;
	text-align: center;
}

.Buttonreset  {
	background-color: Navy;
	color: #ffffff;
	font-size: 8pt;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	cursor: nw-resize;
	height: 25px;
	width: 100px;
	text-align: center;
}