/* CSS Document */

BODY {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #303B41;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  }

TABLE.main {
  width: 772px;
  border: 1px solid #000000;
  }

TD.sitelinks {
  background-color: #000000;
  height: 27px;
  color: #FFFFFF;
  text-align: right;
  font-size: 11px;
  padding-right: 10px;
  
  }
  
TD.sitelinks A, TD.sitelinks A:hover {
  color: #FFFFFF;
  text-decoration: none;
  }

TD.sitelinks A:hover {
  text-decoration: underline;
  }

TD.menu {
  background-color: #000000;
  height: 27px;
  color: #FFFFFF;
  padding-left: 30px;
  font-size: 12px;
  }

TD.menu A, TD.menu A:hover {
  color: #FFFFFF;
  text-decoration: none;
  }
  
TD.menu A:hover {
  text-decoration: underline;
  }
  

.content {
  height: 400px;
  background-color: #FFFFFF;
  padding: 30px;
  color: #000000;
  vertical-align: top;
  }

P {
  font-size: 12px;
  color: #000000;
  text-align: justify;
  }

UL, OL {
  font-size: 12px;
  color: #000000;
  text-align: left;
  }

H1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 5px;
  }

H2 {
  font-size: 16px;
  font-weight: bold;
  }

H3 {
  font-size: 12px;
  font-weight: bold;
  }

TD.copyright {
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  height: 27px;
  }

TD.content A {
  color: #075181;
  text-decoration: none;
  border-bottom: 1px dotted #C60000;
  }

TD.content A:hover {
  color: #C60000;
  border-bottom: 1px dotted #075181;
  }


.error {
	color:#F00;
	font-size:13px;	
	}
