.title { font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
font-weight: bold; color: #28527B} .bullet { 
list-style-type: square; list-style-image: url(images/bullet.gif); text-decoration: none; line-height: 16px} .text { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; line-height: 18px; color: #000000} a:hover { color: #6699CC; 
text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif} a { color: #336699} a { } a { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif} .subtitle { font-family: Verdana, 
Arial, Helvetica, sans-serif; font-size: 11px; color: #6699CC; font-weight: bold; 
text-decoration: none} .links { font-family: 
Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: 
none; vertical-align: middle; font-weight: bold} .links:hover { color: #CCCCCC; font-size: 11px}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; vertical-align: middle }
.footer:hover { color: #CCCCCC}
#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: 0;
background-color: #70AEC7;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: #D91106;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
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;
}

.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #2A2A2A;
	list-style-type: square;
	
}
.overviewtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	font-weight: 400;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FF3300;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: red;
	list-style-type: square;
}
.small13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: red;
	font-weight: 400;
	list-style-type: square;
}