/* nav hover state */
a.nav {
    color: #000000; font-family: verdana; font-size: 10px;
    text-decoration: none;
	}
a.nav:link  {
    color: #000000;
    text-decoration: none;
	}

a.nav:visited  {
    	color:#000000;
    	text-decoration: none
	}

a.nav:active  {
    color: #000000;
    text-decoration: none
}
a.nav:hover {
color: #ffffff; font-family: verdana; font-size: 10px; background-color: none; text-decoration: underline;
}

.tilebackimage {
	background-image: url(../images/tile_backimage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tilebottomrightpic {
	background-image: url(../images/bottomrightpic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.box1 {
	background-color: #E4E4E4;
	height: 45px;
	width: 97%;
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}.boxtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.box2 {
	background-color: #F5F5F5;
	width: 97%;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}.recordsetnav {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
.recordsetcurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
