body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 135%;
	color: #1A4A60;
        background-image: url();
        background-repeat: no-repeat;
        background-position: left top;
        background-attachment: scroll;
        background-color: #ffffff;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
}

a {
	font-style: normal;
	color: #35AAD5;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #256188;
}

hr {
	border: 0;
	color: #8DAAC7;
	background-color: #8DAAC7;
	height: 1px;
	width: 100%;
	text-align: left;
}

a:hover {
	text-decoration: underline;
}


a.navtext {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a.navtext:hover {
	text-decoration: none;
	color: #256188;
}

.maintable {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: 20px;
}

.maintable2 {
	margin-left: 220px;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-right: 20px;
}

tr.bg {
	background-color: #73ADC7;
}

#navbar {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 150px;
	position: absolute;
	left: 40px;
	top: 150px;	
}

div.nav_item {
	border-left: 1px solid #73ADC7;
	border-right: 1px solid #73ADC7;
	border-bottom: 1px solid #dceaf1;
	background-color: #F1F7F9;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

div.nav_item:hover {
	text-decoration: none;
	background-color: #73ADC7;
	color: #ffffff;
	font-weight: bold;
}
