a:link {
	color: #31639C;
	text-decoration: none;
}
a:visited {
	color: #31639C;
	text-decoration: none;
}
a:active {
	color: #31639C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}

h1 {
	font-size: 13px;
	color: #ED9612;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 20pt;
}

.sitetitle {
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
}

.leftnav {
	font-size: 11px;
	color: #264E79;
	width: 129px;
	font-weight: bold;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftnav a:link {
	text-decoration: none;
	color: #264E79;
}
.leftnav a:visited {
	color: #264E79;
	text-decoration: none;
}
.leftnav a:hover {
	color: #ffff66;
	text-decoration: none;
}
.leftnav a:active {
	color: #264E79;
	text-decoration: none;
}
.leftnav2Container {
	color: #286393;
	width: 129px;
	background-color: #BCCCDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81A0C2;
}
.leftnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #286393;
	width: 117px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 12px;
}
.leftnav2 a:link {
	text-decoration: none;
	color: #286393;
}
.leftnav2 a:visited {
	color: #286393;
	text-decoration: none;
}
.leftnav2 a:hover {
	color: #CC0000;
	text-decoration: none;
}
.leftnav2 a:active {
	color: #286393;
	text-decoration: none;
}

.leftnav3Container {
	color: #286393;
	width: 129px;
	background-color: #BCCCDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81A0C2;
}
.leftnav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 111px;
	margin-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftnav3 a:link {
	text-decoration: none;
	color: #333333;
}
.leftnav3 a:visited {
	color: #333333;
	text-decoration: none;
}
.leftnav3 a:hover {
	color: #993300;
	text-decoration: none;
}
.leftnav3 a:active {
	color: #003399;
	text-decoration: none;
}

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bottomnav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.bottomnav a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
.bottomnav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.bottomnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.pagetitle {
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #285382;
	text-align: left;
}
.pageheading {
	font-size: 16px;
	font-weight: bold;
	color: White;
}
.pagesubheading  {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: gray;
	vertical-align: middle;
	padding: 3px;
}
.pagecontent {
	font-size: 11px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color : #FFFFFF;	
}
.pagefooter {
	font-size: 11px;
	background-color: #31639C;
}

.copy {
	font-weight: normal;
	font-size: 11px;
	color: #555555;
}
.copy a:link {
	font-size: 11px;
	color: #CC0000;
}
.copy a:visited {
	color: #CC0000;
}
.copy a:hover {
	background-color: #EAEFF5;	
}

.list-table {
	background-color: #ffffff;
	border: 1px solid Gray;
}
.list-heading  {
	background-color: #cccccc;
	font-weight: Bold;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: Gray;
}
.list-item  {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.list-item-odd  {
	background-color: #F5F5F5;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.list-link:link  {
	font-size: 11px;
	color: #008080;
}
.list-link:visited  {
	color: #008080;
}
.list-link:hover  {
	background-color: #FFF8DC;
}

.form-table  {
	background-color: #ffffff;
/*  border: 1px solid Gray;    */
}
.form-fieldname  {
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	text-align: right;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.form-fieldvalue  {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}

.display-table  {
	background-color: #ffffff;
/*	border: 1px solid Gray;   */
}
.display-fieldname  {
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	text-align: right;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.display-fieldvalue  {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}

.fieldsubmit  {
	background-color : Silver;
	text-align : center;
	padding: 2px;
	border: 1px solid Gray;
}

.error  {
	font-weight: bold;
	font-size: 14px;
	background-color : #E1E1E1;
	color: #FF0000;
}

.submitbutton  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	background-color: #E1E1E1;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.disclaimer  {
	font-weight: normal;
	font-size: 10px;
	color: Gray;
}
	

