.siteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
    font-weight: bold;
	color: #204D81;
}

.siteSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #555555;
}



.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.smalltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
    font-weight: bold;
}


.gray14 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.blue14 {
    color: #204D81;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.mediumTitle {
	color: #204D81;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}




#footer {
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 750px;
    HEIGHT: 16px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #204d81;
	padding : 0px 0px 0px 0px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a.footernavlink:link { color: #999999; text-decoration: none; }
a.footernavlink:visited { color: #999999; text-decoration: none; }
a.footernavlink:hover { color: #204D81; text-decoration: none; }

a.navlink:link { color: #993300; text-decoration: none; }
a.navlink:visited { color: #993300; text-decoration: none; }
a.navlink:hover { color: #bbbbbb; text-decoration: none; }

a.callink:link { color: #ffffff; text-decoration: none; }
a.callink:visited { color: #ffffff; text-decoration: none; }
a.callink:hover { color: #ffffff; text-decoration: none; }

.cal {
	margin: 0px 0px;
	border-left: 1px solid #a3aab7;
	border-right: 1px solid #a3aab7;
	border-bottom: 1px solid #a3aab7;
	background: #ffffff;
}
	.cal td {
		padding: 0px 0px !important;
	}

	.cal th {
		border-top: 1px solid #6882ad;
		border-bottom: 1px solid #6882ad;
		white-space: nowrap;
		text-align: left;
		vertical-align: middle;
		color: #fff;
		background: #204d81;
		font: bold 10px verdana, sans-serif;
	}

