h1 {
	display: none
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FEFEFE;
	margin: 0;
	
}
h2 {
	display: none
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FEFEFE;
	margin: 0;
	
}
.blanktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FEFEFE;
	display: none;
	visibility: hidden;
}
a:link {
	text-decoration: underline;
	color: #0D6E9E;
}
a:visited {
	color: #0D6E9E;
	text-decoration: underline;
}
a:hover {
	color: #2DAFEE;
	text-decoration: none;
}
a:active {
	color: #0D6E9E;
	text-decoration: underline;
}


.linehorizontaldashed {
	border-bottom-style: dashed;
	border-bottom-color: #C9C9C9;
	border-bottom-width: 1px;
}

.lineverticaldashed {
	border-left-style: dashed;
	border-left-color: #C9C9C9;
	border-left-width: 1px;
}



.text_nav_bottom {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.text_nav_bottom a:link {
	text-decoration: none;
}
.text_nav_bottom a:visited {
	text-decoration: none;
}
.text_nav_bottom a:hover {
	color: #05A5CD;
	text-decoration: none;
}
.text_nav_bottom a:active {
	text-decoration: none;
}

.menu { font-family: tahoma; font-size: 13px; color: #FFFFFF; font-weight: bold}
.menu a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:hover {
	color: #EAEAEA;
	text-decoration: none;
}
.menu a:active {
	color: #FFFFFF;
}










.boxborderblack {


	border: 1pt solid #666666;
}







.text_main_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	list-style-type: circle;
}
.text_nav_bottom {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #04728d;
}

.text_navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;

}
.text_credits {
	font-family: tahoma;
	font-size: 9px;
	font-weight: 400;
	color: #333333;
	}
	
.text_credits a:link {
	color: #333333;
	text-decoration: underline;
}
.text_credits a:visited {
	color: #666666;
	text-decoration: underline;
}
.text_credits a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.text_credits a:active {
	color: #999999;
	text-decoration: underline;
}
.text_mainheader {
	font-family: tahoma;
	font-size: 19px;
	color: #7EA161;
	font-weight: bold;

}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
}

.text_mainlarger_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}






.text_subheader {
	font-family: tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: #7EA161;
}







.text_news_sub {

	font-family: Arial;
	font-size: 11px;
	color: #525252;
	list-style-type: circle;
}
.text_news_subheader {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	list-style-type: circle;
	font-weight: bold;
	font-style: normal;
}

.navtopfloat {
	font: 11px Tahoma;
	color: #FFFFFF;
	text-transform: lowercase;
	padding: 15px 20px 0px 0px;
	text-align: right;
}
.navtopfloat a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.navtopfloat a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.navtopfloat a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.navtopfloat a:active{
	text-decoration: underline;
		color: #FFFFFF;

}
img.pic {
	margin-bottom: 5px;
	border:1px solid #ffffff;
	margin-right: 10px;
	margin-top: 2px;
}


.text_mainlarger {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
li {
	list-style-type: disc;
	line-height: 20px;
}
.page_bkgd_rpt {
	background-image:  url("../images/template/bkgd_page_rpt.jpg");
	background-repeat: repeat-x;
}
.boxborder_ds {
	background-color: #FFFFFF;
	border-top: 1pt solid #999999;
	border-right: 2pt solid #999999;
	border-bottom: 4pt solid #666666;
	border-left: 1pt solid #CCCCCC;
}
.text_credits_bottom {

	font-family: tahoma;
	font-size: 6pt;
	font-weight: 900;
	color: #04728D;
}

/*Nav Dropdown Menu*/

#dropmenudiv{
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #f9f9f9;
}

#dropmenudiv a:link{ /*hover background color*/
	font-style: normal;
	color: #036d88;	
}
#dropmenudiv a:visited{
	font-style: normal;
	color: #036d88;		
}
#dropmenudiv a:hover{ /*hover background color*/
font-style: normal;
	color: #ffffff;	
background-color: #036A83;
}
.text_main_blue {
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #037ea7;
	margin-bottom: 0px;
}
.text_subtext_home {

	font-family: tahoma;
	font-size: 11pt;
	font-weight: normal;
	color: #CC6D1A;
}
.text_main_blue_smaller {

	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #037ea7;
}
.navbottom_bluebar_rpt {
	background-image: url(../images/template/bar_blue_rpt.gif);
	background-repeat: repeat-x;
}
.tuxedo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.tuxedo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.page_bkgd_centre {
	background-image: url(../images/template/bkgd_page2.jpg);
	background-position: center;
}
img.pic_right {
	margin-bottom: 5px;
	border:1px solid #ffffff;
	margin-right: 0px;
	margin-top: 2px;
	margin-left: 10px;
}
