
div {
	font-size: 12px;
}

a {
	Color: #003399;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #118adf;
}
h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #b3b3b3;
}
body {
  color: #000;
  background: #fff;
  font-family: Tahoma, Verdana, Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  padding-top: 30px;
  margin: 0;
}

#tr_1{
	background-color: #000; 
}
#tr_2{
	background-color: #fff; 
}

#top {
	width: 860px;
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -430px;
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color: #fff;
	background-image: url(footer2.gif);
	line-height:24px;
	height: 24px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	clear: both;
}

#content {
	width: 860px;
	float: right;
	background-color: #fff;
}

#left {
	width: 250px;
	float: left;
	background-color: #fff;
	padding-right: 10px;
}

.main {
	color: #000;
	background-color: #fff;
	float: left;
	width: 400px;
	text-align: center;
	padding-top: 50px;
}
#right {
	color: #000;
	background-color: #fff;
	float: right;
	width: 200px;
}
#reg {
	color: #b3b3b3;
	font-size: 11px;
}
.reg {
	border: 1px solid #b3b3b3;
	width: 190px;
	font-size: 11px;
	margin-bottom: 3px;
}
.area {
	border: 1px solid #b3b3b3;
	width: 190px;
	font-size: 11px;
	margin-bottom: 3px;
	height: 50px;
}
.button {
	background-color: gray;
	color: #fff;
	padding: 5px;
	border:0;width:80px;
}
#topmenu a {
	font-size: 16px;
	color: red;
	font-weight: normal;
	text-decoration: none;
}
