/* nav hover state */
a.nav {
    color: #ffffff; font-family: verdana; font-size: 11px;
    text-decoration: none;
	}
a.nav:link  {
    color: #ffffff;
    text-decoration: none;
	}

a.nav:visited  {
    	color:#ffffff;
    	text-decoration: none
	}

a.nav:active  {
    color: #ffffff;
    text-decoration: none
}
a.nav:hover {
color: #ffffff; font-family: verdana; font-size: 11px; background-color: none; text-decoration: underline;
}

.tilebackimage {
	background-image: url(../images/tile_backimage.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.blueboarder1 {
	border: 1px solid #000033;
}
