p {font-size:10pt; font-family:Arial, Helvetica, SanSerif; color:#000000}

	.white8 {font-size:8pt; font-weight:normal; color:#ffffff}

	.white10 {font-size:10pt; font-weight:normal; color:#ffffff}

	.white12 {font-size:12pt; font-weight:normal; color:#ffffff}

	.blue18 { font-size:18pt; font-weight:bold; color:#333399}

	.blue16 { font-size:16pt; font-weight:normal; color:#333399}

	.blue14 { font-size:14pt; font-weight:normal; color:#333399}

	.blue12 { font-size:12pt; font-weight:normal; color:#333399}

	.blue10 { font-size:10pt; font-weight:normal; color:#333399}

	.blue8 {font-size:8pt; font-weight:normal; color:#333399}
	
	.black8 {font-size:8pt; font-weight:normal; color:#000000}
	
	.black6 {font-size:6pt; font-weight:normal; color:#000000}
	
	.black12 {font-size:12pt; font-weight:normal; color:#000000}

	.yellow12 {font-size:12pt; font-weight:normal; color:#ffcc00}

	.yellow14 {font-size:14pt; font-weight:normal; color:#ffcc00}

	.yellow16 {font-size:16pt; font-weight:normal; color:#ffcc00}

	.red12 {font-size:12pt; font-weight:normal; color:#990033}

	.red14 {font-size:14pt; font-weight:normal; color:#990033}

	.red16 {font-size:16pt; font-weight:normal; color:#990033}

	.b2bblue12 {font-size:12pt; font-weight:normal; color:#6666cc}

	.b2bblue14 {font-size:14pt; font-weight:normal; color:#6666cc}

	.b2bblue16 {font-size:16pt; font-weight:normal; color:#6666cc}

	.green12 {font-size:12pt; font-weight:normal; color:#336633}

	.green14 {font-size:14pt; font-weight:normal; color:#336633}

	.green16 {font-size:16pt; font-weight:normal; color:#336633}

	.grey12 {font-size:12pt; font-weight:normal; color:#999999}

	.grey14 {font-size:14pt; font-weight:normal; color:#999999}

	.grey16 {font-size:16pt; font-weight:normal; color:#999999}

	.purple18 {font-size:18pt; font-weight:bold; color:#660066}

	.purple16 {font-size:16pt; font-weight:normal; color:#660066}

	.purple12 { font-size:12pt; font-weight:normal; color:#660066}

	.purple10 { font-size:10pt; font-weight:normal; color:#660066}

ul { font-size:10pt; font-family:Arial,Helvetica,SanSerif; font-weight:normal; color:#000000}

ol { font-size:10pt; font-family:Arial,Helvetica,SanSerif; font-weight:normal; color:#000000}

dl { font-size:10pt; font-family:Arial,Helvetica,SanSerif; font-weight:normal; color:#000000}

td { font-size:10pt; font-family:Arial,Helvetica,SanSerif; font-weight:normal; color:#000000}
H1 { font-size: 30pt; font-family: Arial,Helvetica,SanSerif; }
H2 { font-size: 22pt; font-family: Arial,Helvetica,SanSerif; }
H3 { font-size: 16pt; font-family: Arial,Helvetica,SanSerif; color: slateblue }
H4 { font-size: 14pt; font-family: Arial,Helvetica,SanSerif; color: slateblue }
H5 { font-size: 12pt; font-family: Arial,Helvetica,SanSerif; }
H6 { font-size: 10pt; font-family: Arial,Helvetica,SanSerif; }
H7 { font-size: 8pt; font-family: Arial,Helvetica,SanSerif; }

:link { color=#003399} 
:visited { color=#003399}

a.side:link { color: white; text-decoration: none }
a.side:active { color: white; text-decoration: none }
a.side:visited { color: white; text-decoration: none }
a.side:hover { color: white; text-decoration: none }

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 1;
background-color: #ffffff;
}

.headerlinks a{
margin: auto 10px;
font-size: 11;
font-weight: bold;
color: #000099;
}

.submenus{
display: none;
width: 12em;
position: absolute;
top: 1.05em;
left: 0;
background-color: #cccccc;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
font-size:11;
}

.submenus2{
display: none;
width: 8em;
position: absolute;
top: 1.05em;
left: 0;
background-color: #cccccc;
border: 1px solid black;
}

.submenus2 li{
width: 100%;
}

.submenus2 li a{
display: block;
width: 100%;
text-indent: 3px;
font-size:11;
}


html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #999999;
color: black;
}

html>body .submenus2 li a{ /* non IE browsers */
width: auto;
}

.submenus2 li a:hover{
background-color: #999999;
color: black;
}


#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

