BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 3px 0px 3px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	top: 10px;
	text-align: center;
	padding-left: 0px;
}

.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #003366;
	top: 10px;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
}

.whiteHeading {
	color: #003366;
	background-color: #F0F8F0;
	font-size: 16px;
	font-weight: bold;
	padding-left:5px;
	text-align: center;
}

.blueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	top: 10px;
	text-align: left;
}

.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #003366;
	padding-left: 3px; padding-right: 3px;
	color: #CCCCCC;
}

.first_letter {
	font-family: Toronto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	top: 10px;
	color: #000000;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	top: 10px;
	text-align: center;
	color: #003366;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
	font-size: 13px;
}

UL, OL, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	color: #003366;
	background-color: #FFFFFF;
}

H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}


A:link {
	color: #1177BB; text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #1177BB; text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
}

.menulink, a.menulink:link {
	color: #DDFFFF; text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
a.menulink:visited {
	color: #DDFFFF; text-decoration: none;
	font-weight: bold;
}
a.menulink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:active {
	color: #DDFFFF;
	text-decoration: none;
	font-weight: bold;
}

