html {
margin: 0;

}
.top {
	background-image: url(../images/top.jpg);
}


body {
margin: 0;

}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.masthead {
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 171px;
}
#content2 {
	width: 800;
	float: none !important;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	}


#content table {
	width: 760px;
}
.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: none;
	color: #3e6280;
}
#color {
	background-color: #cdd2dc;
	color: #000000;
}
.bottom {
	background-attachment: scroll;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #996600;
	text-decoration: none;
	border-bottom-width: 1px;
}
 a:visited, a:active, a:link {
 
 color: #333333;
 
 }
 
a:hover {
	background-color: #999966;
}

#toc a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #996600;
	text-decoration: none;
	border-bottom-width: 0px;
}

