html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.coloredLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #008787;
	font-weight: normal;
}

.txt10ptBold {
	font-size: 10pt;
	font-weight: bold;
}

.txt12ptBold {
	font-size: 12pt;
	font-weight: bold;
}

.txt9ptBold {
	font-size: 9pt;
	font-weight: bold;
}

.YellowNavNoLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FBDC00;
	text-decoration: none;
}

a.YellowNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FBDC00;
	text-decoration: none;
}
a.YellowNav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FBDC00;
	text-decoration: underline;
}

a.BlueNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003776;
	text-decoration: none;
}
a.BlueNav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:  #CD3838;
	text-decoration: none;
}
a.WhiteNavBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteNavBold:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CD3838;
	text-decoration: none;
}
a.WhiteNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.WhiteNav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a {
	color: #003776;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

a:hover {
	color: #003776;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
}

a.midsize {
	color: #31B5DE;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

a.midsize:hover {
	color: #31B5DE;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
}

.ptBlueBold {
	color: #003776;
	font-size: 9pt;
	font-weight: bold;
}
.WhiteNavNoLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
