@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	margin-top: 0px;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.blue {
	color: #000066;
	font-weight: bold;
}
.adwebber {
	font-size: 16px;
	font-weight: bold;
	color: #3F609A;
}
.white {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.font10pt {
	font-size: 10px;
}
a.topnav:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
a.topnav:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
a.topnav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3F609A
}
a.topnav:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
a.bottomnav:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}
a.bottomnav:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}
a.bottomnav:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF3
}
a.bottomnav:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}
p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

