body {
	margin:0;
	background-color:white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: #c0d0ff;
	scrollbar-shadow-color: #e0e5ff;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: #e0e5ff;
	scrollbar-track-color : #e9f3ff;
	scrollbar-face-color: #e0eaff;
	font-family: verdana;
	font-size: 12px;
	color: #082F77;
}

a img {
	border: none;
}

a {
color:blue;
text-decoration: none;
}

a:hover {
color:red;
}

td {
	font-family: verdana;
	font-size: 12px;
	color: #082F77;
}

input,textarea {
	border:solid 1px #c0d0ff;
	background-color: #f7faff;
}

form {
	margin: 0px;
}

div.menu {
	background-color: white;
	background-image: url(../img/bullet1.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	width: 212px;
}

div.sub {
	font-style: italic;
	margin: 0 0 0 30px;
	width: 182px;
}

div.current {
	background-color: #e7e7ff;
	background-image: url(../img/bullet2.gif);
	font-weight: bold;
}

div.menu a.current {
	color: #082F77;
}

div.menu a {
	padding: 2px 2px 2px 22px;
	color: black;
  display: block;
  white-space: nowrap;
}
div.menu a:hover {
color: #4696F0;
font-weight: bold;
}

td.bt {
	padding: 0;
}

td.btn {
	font-size: 11px;
	font-weight: bold;
	padding: 1px 9px 0 5px;
	vertical-align: top;
	background-image: url(../img/btn.gif);
	white-space: nowrap;
}

div.preload {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
