a {
	font-size: 14px;
	font-family: Verdana;
	color: #003399;
}

a:hover { background-color:yellow }

.a1 {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #003399;
}

.a2 {
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #003399;
}

h1 {
	font-size: 22px;
	font-family: Verdana;
	font-weight: bold;
	color: #215AF3;
}

h2 {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #215AF3;
}

h3 {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #215AF3;
}

td {
	font-size: 14px;
	font-family: Verdana;
}

.smBlack {
	font-size: 12px;
	font-family: Verdana;
}

.smGreen {
	font-size: 12px;
	font-family: Verdana;
	color: #009933;
}

.bigBlack {
	font-size: 16px;
	font-family: Verdana;
	color: #000000;
}

.bigBlue {
	font-size: 16px;
	font-family: Verdana;
	color: #0000CC;
}

.bigRed {
	font-size: 16px;
	font-family: Verdana;
	color: orange;
}

.bigGreen {
	font-size: 16px;
	font-family: Verdana;
	color: #009933;
}

.bigBoldGreen {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #009933;
}

.bigBoldBlue {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #0000CC;
}

.hugeBoldBlue {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	color: #0000CC;
	line-height: 38px;
}

.bigBoldRed {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	color: orange;
}

.bigBoldBlack {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}

.regBlack {
	font-size: 14px;
	font-family: Verdana;
}

.boldBlack {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.regBlue {
	font-size: 14px;
	font-family: Verdana;
	color: #0000CC;
}

.regGreen {
	font-size: 14px;
	font-family: Verdana;
	color: #009933;
}

.regRed {
	font-size: 14px;
	font-family: Verdana;
	color: orange;
}

.tagline {
	margin-left: 50px;
	font-size: 14px;
	font-family: Courier New;
	font-weight: bold;
	color: #00009B;
}

.list:hover { background-color:white; }

.subnav {
	font-size: 12px;
	font-family: Courier New;
	font-weight: bold;
	color: #00009B;
}
.subnav:hover { background-color:orange; }



