

/* Home Page Styles */
.homesectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.bluetable a {color: #005470;text-decoration:none;}
table.bluetable a:hover {color: #005470; text-decoration:underline;}

table.olivetable a {color: #6F7633;text-decoration:none;}
table.olivetable a:hover {color: #6F7633; text-decoration:underline;}

.white {color: #ffffff;}
.hometitlebluebg {background-color: #005470;}
.hometitleolivebg {background-color: #6F7633;}
.hometitleorangebg {background-color: #D19902;}

.orangeborder {border-bottom:solid 1px #D19902;}

.orangetable {background-color: #FDF2B8;}

table.orangetable a {font-weight:bold;color: #D19902;text-decoration:none;}
table.orangetable a:hover {font-weight:bold;color: #D19902; text-decoration:underline;}
table.orangetable a:active {font-weight:bold;background-color: #FDF2B8; color: #D19902;}
table.orangetable a:visited {font-weight:bold;color: #D19902;text-decoration:none;}


.hometitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #005470;
}

.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

/* End - Home Page Styles */
