a:hover {  
	color: #666666;
	text-decoration: none;
}
a {
	color: #3333CC;
}
.BlueGreenBars {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #3333CC;
	border-bottom-color: #339933;
	border-bottom-width: 9px;
	border-bottom-style: solid;
}
.BlueOrangeBars {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #3333CC;
	border-bottom-color: #FF9900;
	border-bottom-width: 9px;
	border-bottom-style: solid;
}
.BoxWithHeading {
	border: 1px solid #999999;
	padding: 5pt;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666666;
}
.BoxWithoutHeading {
	border: 1px solid #999999;
	margin: 5px;
}
.GreenHeader {
	background-color: #339933;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
.OrangeHeader {
	background-color: #FF9900;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
.TextBody {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
.TextBodyRed {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
}
.TextBullets {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	list-style-image: url(images/bullets.gif);
	list-style-position: outside;
}
.TextBulletsSmall {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #666666;
	list-style-image: url(images/bullets.gif);
	list-style-position: outside;
}
.TextHeading1 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #3333CC;
	text-transform: uppercase;
	font-weight: bold;
}
.TextHeading2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #3333CC;
}
.TextHeading3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
}
.TextWarning {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
}
.TextSmall {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #666666;
}
.InputFields {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #E3E3E3;
	border: 1px solid #999999;
}
.InputFields2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #E3E3E3;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right-style: none;
}
.InputFields3 {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.Date {
	background-color: #3333CC;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;	
}
.DatePrivate {
	background-color: #3333CC;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(images/bar_private.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;	
}
.DateSubPages {
	background-color: #3333CC;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(images/bar2.gif);
	background-repeat: no-repeat;
	text-align: right;
}
.DateSubPagesPrivate {
	background-color: #3333CC;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(images/bar_private2.gif);
	background-repeat: no-repeat;
	text-align: right;
}
.SubPageHeader {
	background-color: #339933;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
}
.SubPageHeaderPrivate {
	background-color: #FF9900;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
}
.ContentTable {
	padding-top: 5px;
}
.VerticleGrayLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.HorizontalGrayLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.LogoBox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.BlackText {
	color: #000000;
	text-decoration: none;
}
.MenuSubLinksTextOff {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 1px;
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuSubLinksTextOffBottom {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 1px;	
	background-color: #E3E3E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuSubLinksTextOn {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #B6B6B6;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.MenuSubLinksTextOnBottom {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #B6B6B6;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 1px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.SubLinkPointer1 {
	background-color: #E3E3E3;
}
.SubLinkPointer2 {
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.DottedLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.FormTables {
	padding-top: 7px;
	padding-bottom: 7px;
}
.SiteMapTables {
	padding-bottom: 10px;
}
