body {font-family:  Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #325251;
	  line-height: normal;
}
td {font-family:  Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #325251;
	  line-height: normal;
	  vertical-align:top;
}
th {font-family:  Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #325251;
	  line-height: normal;
}
form {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#325251;	

}

textarea {
	font-family: font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#325251;
	background-color: #CCCCCC;
}

a:hover {
	color: #E38901;
	text-decoration: underline;
	}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325251;
	line-height: normal;
}


.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1854E;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
.subHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #47953F;
	line-height: normal;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
}
.subMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A4445;
	font-weight: bold;
	text-decoration: none;
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485C77;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

.tableStyle1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #0281AD;
}
.tableStyle2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	border: thin solid #325251;
	background-image: url(images/table2BG.jpg);
	vertical-align: top;
	text-align: left;
	top: auto;
	vertical-align:top;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 16px;
	margin-bottom: 10px;
	}
	
a:focus {
   outline: none; -moz-outline: none;
}.rightlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325251;
	text-decoration: none;
	font-weight: bold;
}
.smalllinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #325251;
	text-decoration: none;
	font-weight: bold;
}
.rightsublinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DE8A06;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.screen, a.screen:visited {
	color:#c00;
	position:relative;
	z-index:1;
}
a.screen b {
display:block;
position:absolute;
visibility:hidden; /* hide the image */
width:496px; /* give it a width */
height:500; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:-496px; /* position:the image */
top:-250px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:263px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}a:link {
	color: #E38901;
}
a:visited {
	color: #325251;
}
