/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.upOne {
	font-size: 18px;	
}
.boldBody{
	font-weight: bold;	
}
.birdseed {
	font-size: 9px;
	color: #FFFFFF;
	font-style: normal;
}
a {
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

a.greyA {
	font-size: 10px;
	color: #CCCCCC;
}
a.greyA:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.greyA:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.greyA:hover {
	text-decoration: none;
	color: #FFCC00;
}
a.greyA:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.drkBLU {
	font-size: 12px;
	color: #182E7A;
}
a.drkBLU:link {
	text-decoration: underline;	
}
a.drkBLU:visited {
	text-decoration: underline;
	color: #182E7A;
}
a.drkBLU:hover {
	text-decoration: underline;
	color: #C60000;
}
a.drkBLU:active {
	text-decoration: underline;
	color: #182E7A;
}
a.drkBLU {
	text-decoration: none;
	font-size: 12px;
	color: #182E7A;
}
a.drkBLUBold:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.drkBLUBold:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.drkBLUBold:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
a.drkBLUBold:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.linkBG {
	font-size: 9px;
	color: #FFFFFF;
}
a.linkBG:link {
	text-decoration: none;
}
a.linkBG:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.linkBG:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #80A5E7;
}
a.linkBG:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.redSML {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
}
a.redSML:link {
	text-decoration: none;
}
a.redSML:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.redSML:hover {
	text-decoration: none;
	color: #FFCC00;
}
a.redSML:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.red {
	font-size: 13px;
	color: #162C78;
	font-weight: bold;
}
a.red:link {
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #162C78;
}
a.red:hover {
	text-decoration: none;
	color: #CC3333;
}
a.red:active {
	text-decoration: none;
	color: #162C78;
}

a.blueItal {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
a.blueItal:link {
	text-decoration: none;
}
a.blueItal:visited {
	text-decoration: none;
	color: #666666;
}
a.blueItal:hover {
	text-decoration: none;
	color: #162C78;
}
a.blueItal:active {
	text-decoration: none;
	color: #666666;
}

.lrgBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #172D79;
	font-weight: bold;
}
.smlBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #172D79;
	font-weight: bold;
}
.white{
	color: #FFFFFF;
	font-size: 10px;
}
.grey{
	color: #CCCCCC;
}
.greybold{
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
