﻿.xxsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
.xsmall {  font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
		}

.small {  font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
		
	}

.HotLineRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30;
	font: bold;
	color: #993300;
}

.HotLineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30;
	font: bold;
	color: #333366;
}

.rednote {
	color : Red;
	font-weight : bold;
	font-size : x-small;
}

.red {
	color : Red;
	font-weight : bold;
}
.gray {
	color : #CCCCCC;
	font-size : x-small;
}



.white {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
.white2 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}
.white3 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	cursor: hand;
	vertical-align : middle;
}
	A:HOVER.white3 {
	color : Red;
	text-decoration : none;
	cursor: hand;
	font-size : small;
}
	A:LINK.White3 {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	font-size : small;
}
	A:VISITED.White3 {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	font-size : small;
}

BODY  {
	scrollbar-face-color: #333366;
	scrollbar-highlight-color: #993300;
	scrollbar-3dlight-color: #99CCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	font: small Arial Helvetica sans-serif;
}
hr {
	color: #993300;
}

.headtitle {
	color: White;
	font-family: "MS Serif", "New York", serif;
	font-size: x-large;
	font-weight: 200;
}



BLOCKQUOTE {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}


TH {
	background-color: #333366;
	color: White;
	font-size: small;
	font-weight: bolder;
	text-align: left;
	border: thin solid #325BC9;
	border-bottom: outset Black;
	border-right: outset Black;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font: small Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}

	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28;
	font-style: normal;
	font-weight: bold;
	color: #333366;
}H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24;
	font-weight: bold;
	color: #333366;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20;
	font-weight: bold;
	color: #333366;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	font-style: normal;
	font-weight: bold;
	color: #333366;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #333366;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #333366;
}



	A:LINK.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	cursor: hand;
}
	A:VISITED.menu {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration : none;
	font-size : small;
	cursor: hand;
}
	A:HOVER.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : red;
	text-decoration : none;
	font-size : small;
	cursor: hand;
}
.menu {
	cursor: hand;
}



dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.printonly { display: none; }