/* CSS Document */

body,td,th {font-family: Arial, Helvetica, sans-serif;}

.footernav {font-size: 11px; line-height: 17px; color: #333;}
.footernav a:link, .footernav a:visited {color: #333; text-decoration: none;}
.footernav a:hover {color: #333; text-decoration: underline;}
.size10 {font-size: 10px;}
.size11 {font-size: 11px; line-height: 12px;}
.size13 {font-size: 13px;}
.size12 {font-size: 12px;}
.size16 {font-size: 16px; line-height: 24px;}
.darkgrey {color: #333;}
.white {color: #fff;}
.gold {color: #D1B500;}
.gold a:link, .gold a:visited {color: #D1B500; text-decoration: none;}
.gold a:hover {text-decoration: underline;}
.lightblue {color: #3F4676;}
.lightgrey {color: #ccc;}
.headline {font-size: 24px; font-weight: normal;}
a:link, a:visited {
	color: #1C2560;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #000000;
}
.lightgrey a:link, .lightgrey a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
.white a:link, .white a:visited {
	color:#FFFFFF;
}
.

/* LIST STYLES */
ul {
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: disc;
}
/* TEXT STYLES */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0 0;
}

.white h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 0 0;
}
.homelink a:link, .homelink a:visited {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
#home h2 {
	font-size: 15px;
	line-height: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}