body {
    scrollbar-face-color: #FFAF35;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFAF35;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #FFDBA4;
    scrollbar-arrow-color: #FFDBA4;
}

P, UL, OL, LI, DL, DD, DT, TD, SPAN, BLOCKQUOTE {
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top : 2px
}

.main {
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top : 5px;
}

.main A {
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #DD9E0B;
	text-decoration : none;
}

.main A:HOVER {
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #DD9E0B;
	text-decoration : underline;
}

INPUT {
	background-color : #1D395C;
	border-left : 1px solid #DD9E0B;
	border-right : 1px solid #DD9E0B;
	border-top : 1px solid #DD9E0B;
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom : 1px solid #DD9E0B;
}

TEXTAREA {
	background-color : #1D395C;
	border-left : 1px solid #DD9E0B;
	border-right : 1px solid #DD9E0B;
	border-top : 1px solid #DD9E0B;
	font-family: Arial, geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom : 1px solid #DD9E0B;
}


#logo h1{
   position: absolute;
	overflow: hidden;
   z-index: 2;
	font-size: 13px;
	padding: 5px;
	color: #fff;
}

#logo .img{
 position: relative;
 display: inline;
 float: left;
 z-index: 3;
}

#logo .img a{
  cursor: auto;
  display: block;
  height: 213px;
  width: 700px;
}

h3{
  font-size: 11px;
  padding: 0;
  margin: 0;
}

h2{
 display: inline;
 padding: 0;
 font-size: 11px;
 margin: 0;
}




