@charset "UTF-8";
/* CSS Document */

a {
	color:#FFF;
}

body {
	background-color: #808080;
	font-family: Verdana, Geneva, sans-serif;
}
.WhiteTable {
	background-color: #FFF;
}
.BlueBackground {
	background-color: #1F6C9D;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
	
}
.BlueBackground p {
	margin-top:26px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.PageName{
	background-color:#FFF;
}
.LeftHalf {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	vertical-align: top;
	line-height: 150%;
}
.h {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.LeftHalf p{
	margin-left: 15px;
	margin-top: 10px;
	text-indent: 20px;
	margin-right: 10px;
	text-align:justify;
	text-justify:newspaper;
	line-height:180%;
	}
.RightHalf {
	background-color: #FFF;
}
.HeaderBox {
	vertical-align: top;
}
.BigLetter {
	font-size: 16px;
	font-weight: bold;
}
.Group {
	margin-top:10px;
}
.Group img {
	float:right;
}
.GroupOther {
	margin-top:10px;
	font-family: Verdana, Geneva, sans-serif;
}
.GroupOther img {
	float:right;
}
.ClosingLine {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1F6C9D;
	width: 155px;
	margin-left: 10px;
}
.Group a{
	margin-left:10px;
	margin-bottom:10px;
	color:#1F6C9D;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height:25px;
}
.GroupOther a{
	
	margin-bottom:10px;	
	color:#1F6C9D;
	text-decoration: none;
	font-weight: bold;
	line-height:25px;
}

.GroupLink{
	margin-left:10px;
	font-size: 16px;
}

.Italic {
	font-style:italic;
	font-size:10px;
	margin-left:10px;
}
.Italic a {
	color:#1F6C9D;
	text-decoration:none;
	text-transform:uppercase;
}
.RightColumn{
	background-color:#000;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-top:1px;
}
.RightColumn td{
	padding-bottom:5px;
	padding-right:9px;
}
.RightColumn img{
	padding-left:5px;
}
.RightColumn a{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
}
.RightColumn a.Selected{
	font-size:14px;
	text-decoration:underline;
}
.RightColumn a:link {
	color: white;
}
.RightColumn a:hover {
	color:#FC0;
}
.RightColumn a:visited {
	color:white;
}
.RightColumn a:visited:hover {
	color:#FC0;
}
