/* CSS Document */

.sub {  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666}
.bod {  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.subwh {  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF}
.bodwh {  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold}
body {
	background-color: #336666;
}

.colBorder {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}
.grad1 {
	background-image: url(images/1b.jpg);
	background-repeat: no-repeat;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
}

.style1 {color: #333333}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #000099;
}