
body
{
 background-color: #000000;
 font-family: Verdana, Times New Roman, Arial;
 font-size: 12px;
 color: #121212;
 margin: 0;
}

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

td, th, p, div, span
{
 font-family: Verdana, Times New Roman, Arial;
 font-size: 12px;
 color: #121212;
 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:650px;
}

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

h1, .headline
{
font-size: 14px;
font-weight: bolder;
font-family: Verdana, Times New Roman, Arial;
font-variant: small-caps;
color: #FFFFFF;
text-decoration : none;
}

.shortnewshead
{
font-size: 10pt;
font-weight: bold;
font-family: Verdana, Times New Roman, Arial;
font-variant: small-caps;
color: #FFFFFF;
text-decoration : none;
}

.boxheader {
 background-image: url(../gfx/boxtitle.png);
 font-size: 14px;
 font-weight: bolder;
 font-family: Verdana, Times New Roman, Arial;
 font-variant: small-caps;
 color: #FFF;
 text-decoration : none;
 width: 100%; 
 height: 20px;
 vertical-align: middle;
 text-align: center;
}

.box {
 border: solid 2px #EEE; 
}

.boxfield {
 background-image: url(../gfx/boxfield.png);
 padding:4px;
 text-align: left;
 
}

h2
{
 font-size: 12px;
 font-weight: bolder;
 font-family: Verdana, Times New Roman, Arial;
 font-Variant: small-caps;
}

h3
{
 font-size: 12px;
 font-weight: bold;
 font-family: Verdana, Times New Roman, Arial;
 font-Variant: small-caps;
}


a:link,a:visited,a:active
{
 color: #d33428;
 font-weight: bold;
 text-decoration: none;
}

.onblack, .onblack a:link,.onblack a:visited,.onblack a:active {
  color: #EEEEEE;
}

hr {
 color: #e44214;
}
a:hover
{
 color: #EEEEEE;
 font-weight: bold;
 text-decoration: underline;
}



input,textarea, select, button {
        color : #121212;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border: solid 2px #590000;
        background-color : #EEE;
}



input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
  background-color: #AAA;
  border: solid 1px #590000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
} 




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


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

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

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	margin-right: 0px;
	margin-bottom: 0px;
}

.headerlinks a {
 margin: 0px;
 text-align: center;	
 font-size: 14px;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #e54315;
 font-weight: bold;
 text-decoration: none;
}

.submenus {
	display: none;
	width: 4.2cm;
	position: absolute;
	top: -5px;
	left: 120px;
	background-color: #203720;
	border: solid 1px #EEEEEE;
}

.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: #d33428;
}

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

.submenus li a:hover{
	color: #d33428;
 font-weight: bold;
 background-color:#EEE;
 
}

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

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

