/* CSS Document */
a:link, a:visited { color:#FFFFFF; text-decoration:none }
a:hover { color:#FFFF00; text-decoration:none }
.main {
  /*height:800px;*/
  border:1px solid #000000;
  background: url('/images/main_r3_c1.jpg') repeat-y fixed top center;
}

h3 {
  color:#FFFFFF;
  font-family:Arial;
  font-size:16px;
  margin-bottom:0px;  
  margin-right:20px;
  margin-left:20px;
}
.pBody {
  background: url('/images/sub_r2_c1.jpg') no-repeat fixed top center;
  height:486px;
  padding: 20px 10px 0px 10px;
  font-family:Arial;
  font-size:12px;
  color:#FFFFFF;
  text-align:justify;
  vertical-align:top;
}
.header {
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  color:#000000;
}
.footer { font-size: 10px; font-family:Arial; color: #888888; }
A.footer:link, A.footer:visited { color: #dddddd; text-decoration:underline}
.mainlinks {
  margin-bottom:16px;
}
.mainlinks a:link, .mainlinks a:visited{
  color:#FFFFFF;
  text-decoration:none;
}
.mainlinks a:hover { color:#FFFF00 }
.brclear {
  clear:both;
  width:1px;
  height:1px;
}
input, textarea, select {
  color : #000000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border-color : #000000;
}
