
body
{
 background-color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #222222;
 margin: 0;
}

tr 
{
 margin: 0;
 padding: 0;
 border-spacing:0;
}

td, th, p, div, span
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #2222222;
 margin: 0;
 border-spacing: 0 0;
}

table {
  empty-cells: show;
  border: solid 0px;
  outline: solid 0px;
  padding:0px;
  border-spacing:0px;
  border-collapse:collapse; 
}

div.w700 {
  text-align:left; 
  width:700px;
}

div.w500 {
  text-align:left; 
  width:500px;
}

h1, .headline
{
font-size: 16px;
font-weight: bolder;
font-family: Comic Sans MS, Comic, Arial;
font-variant: small-caps;
color: #cd0303;
text-decoration : none;
}

.dwbff {
font-size: 16px;
font-weight: bolder;
font-variant: small-caps;
font-family: Comic Sans MS, Comic, Arial;
color: #9995fe;
text-decoration : none;
}

h2
{
 font-size: 14px;
 font-weight: bolder;
 font-family: Comic Sans MS, Comic, Arial;
 font-Variant: small-caps;
}

h3
{
 font-size: 14px;
 font-weight: bold;
 font-family: Comic Sans MS, Comic, Arial;
 font-Variant: small-caps;
}


a:link,a:visited,a:active
{
 color: #fc2d2c;
 text-decoration : underline;
}

a:hover
{
 color: #fef314;
 text-decoration : underline;
}



input,textarea, select {
        color : #222222;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border: solid 1px #FFFFFF;
        background-color : #b7c6ff;
}






.small
{
 font-size: 10px;
 color: #FFFFFF;
}


/*
 *
 * Menu
 *
 */
#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;
}

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	margin-right: 20px;
	margin-bottom: 3px;
}

.headerlinks a {
	margin: auto 8px;
 font-size: 14px;
 font-weight: bold;
 font-family: Comic Sans MS, Comic, Arial;
 color: #fc2d2c;
 text-decoration: none;
 font-variant: small-caps;
}

.submenus {
	display: none;
	width: 4cm;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #232877;
	border: solid 2px #FFF;
}

.submenus li {
	width: 100%;
	height: 6mm;
}

.submenus li a{
	display: block;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 100%;
	text-indent: 3px;
	color: #fc2d2c;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	background-color: #7887fb;
	color: #fef314;
}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}
