/* CSS Document */
body {
	margin-top : 0;
	margin-bottom : 0;
	background-color: #000000;
	background-image: url(../images/bg_bright.gif);
	font-family:Arial, Helvetica, sans-serif;
} 
.sidebar_left {
	background-image: url("../images/sidebar2_left.gif");
	background-repeat: repeat-y
}
.sidebar_right {
	background-image: url("../images/sidebar2_right.gif");
	background-repeat: repeat-y
}
.bottom {
	background-image: url("../images/bottom.gif");
	background-repeat: repeat-x;
	text-align: center;
}
.bottom a{
	background-image: url("../images/bottom.gif");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: black;
}
h1 {
	font-size : 16px; 
	font-weight : bold; 
	color : #000000; 
} 
h2 {
	font-size:14px;
	font-weight : bold; 
	color : #000000; 
} 
h3{
	text-align: left;
	font-size: 14px;
}
.normal {
	font-size : 12px; 
	font-weight : normal; 
	color : #000000; 
	text-align: justify;
} 
.table2 {
	border-collapse : collapse; 
	font-size : 12px; 
	font-weight : bold; 
	color : #ffffff; 
	background-color : #A15154; 
	vertical-align : top; 
	text-align : center; 
	width : 100%; 
} 

.table2 ul{
	margin: 0px;
	text-align: left;
}
.table2 h1{
	margin: 0px;
	font-size: 12px;
}
a {
	font-size:14px; 
	font-weight:bold; 
	color:#CCFF00; 
} 
.normal a{
	font-size:12px;
	font-weight: bold;
	font-weight:normal;
	color:#990000;
	text-decoration: underline;
} 
.land a{
	font-size:18px;
	font-weight: bold;
	text-decoration: underline;
	background-color:#ffffff;
	width: 300px;
	text-align: center;
	display: block;
	margin: 10px;
	padding: 10px;
	color:#0000FF;
	border: medium solid #FFFF00;
	line-height: 2;
} 
.land2 a{
	font-size:18px;
	font-weight: bold;
	text-decoration: underline;
	color:#0000FF;
} 

.red{
	color: #FF0000;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}
.green{
	color:#336633;
}
#info  {
  margin: 0;
  padding: 0;
  font-size: 90%;
  width: 500px;
  color: #A15154;
}

#info fieldset {
  clear: both;
  font-size: 12px;
  border-color: #A15154;
  border-width: 1px ;
  border-style: solid none solid none;
  padding: 10px;
  margin: 0 0 0 0;
}

#info legend {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}
#info input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #A15154;
  float: right;
}
#info label {
  display: block;
  float: left;
  width: 80px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}
