
body {
  background:url(images/bg.gif) 50% 0 repeat-y #A2A2A2; 
  color:#333; 
  margin:0; 
  font-family: Verdana,sans-serif; 
  font-size:10pt;
}


.head { 
  width:750px; 
  height:85px; 
  float:center; 
  padding-top:10px; 
  text-align:center; 
  font-size:9pt; 
  background:#555; 
  color:#eee; 
  overflow: hidden; 
}

.links { 
  width:750px; 
  float:center; 
  text-align:center; 
  font-size:8pt; 
  font-weight:bold;
}

.links a, .links a:link, .links a:visited, .links a:active { 
  width:124px; 
  height:30px; 
  padding-top:20px; 
  float:left; 
  text-decoration:none; 
  background:url(images/link_out.gif) no-repeat #555; 
  color:#999; 
  border-right:#555 1px solid; 
  display:block;
}
  
.links a:hover {
  width:124px; 
  height:35px; 
  padding-top:15px; 
  background:url(images/link_over.gif) no-repeat #eee; 
  color:#c00;
}

.links a.active { 
  width:124px; 
  height:35px; 
  padding-top:15px; 
  background:url(images/link_over.gif) no-repeat #555; 
  color:#c00; 
  border-right:#555 1px solid; 
  display:block;
}

#header { 
  width:750px; 
  height:145px; 
  margin:auto;
}

#body { 
  width: 750px; 
  margin:0px auto;
  padding-top:5px;
  padding-left:10px;
}

.spacer_head { 
  width:750px; 
  height:3px; 
  background-color:#555555;
  float:center;
  text-align:center; 
  overflow: hidden;
  margin:0px auto;
}

h1 {    
  font-size:11pt; 
  color:#555; 
}

h2 {    
  font-size:12pt; 
  color:#555; 
}

#body a, #body a:link, #body a:visited, #body a:active { 
  text-decoration:none; 
  color:#999; 
}
  
#body a:hover {
  color:#c00;
}

#body a.active { 
  color:#c00; 
  border-right:#555 1px solid; 
}

input, select, textarea { 
  
  font-size: 11px; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  text-decoration: none;
  
  float:left;
  display:block;
  border: 1px solid #808080;
  background:#FFFFFF;
  color: #808080; 
  margin-bottom:5px;
  padding:1px 1px;
}


check, radio { 
  background-color:#FFFFFF;
  color:#EE8907;
}

