BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #FFFFFF;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.bg_dark {
	background-color : #A73333;
	color: #FFFFFF;
}

.bg_medium {
	background-color : #F0E319;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F4F4F;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.bg_light {
	background-color : #F0E319;
	color: #4F4F4F;
}

.alt_bg_dark {
	background-color : #F0E319;
	color: #4F4F4F;
}

.alt_bg_medium {
	background-color : #F0E319;
	color: #4F4F4F;
}

.alt_bg_light {
	background-color : #F0E319;
	color: #4F4F4F;
}

.header {
	background-color : #F0E319;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
.main {
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
.leftside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #A73333;
	border-right-color: #A73333;
	border-bottom-color: #A73333;
	border-left-color: #A73333;
}
.rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #A73333;
	border-right-color: #A73333;
	border-bottom-color: #A73333;
	border-left-color: #A73333;
}
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
}
a:hover {
	color: #CC6600;
}
.footer {
	background-color : #F0E319;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
}
.topbottom {
	background-color: #A73333;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 13px;
}

.copyright {
    font-size: .8em;
    text-align: center;
}
table.menu a { 
width:125px; 
border:1px solid #333333; 
display: block; 
}
div.menu a {
color: #333333; 
background: #ffffff; 
text-decoration:none; 
font-size:11px; 
line-height:16px; 
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}
div.menu a:link {
color: #333333; 
background: #cccc99; 
}

div.menu a:active { 
color: #000000;
background: #cccc99; 
}

div.menu a:visited {
color: #333333; 
background: #cccc99; 
}

div.menu a:hover {
color: #eeeeee;
background: #333333; 
border:1px solid #000000; 
}
div.menu ( 
position:absolute;
top:0; 
left:0;
) 