body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	background-color: Green;
	background-repeat: repeat;
	margin: 10px;
	padding: 0;
	text-align: center;
}
h1{
	margin-top: 0;
	font-size: 2.2em;
	color: Green;
}
h2{
	margin-top: 0;
	font-size: 1.1em;
	color: Green;
}
h3{
	margin-top: 0;
	font-size: 1em;
	color: Green;
	text-align:left;
}
p{
	text-align: left;
}
hr{
	margin-top: 0;
	margin-bottom: 8px;
	height:1px;
	border: 2px solid Green;
}
ul{
	text-align: left;
}
ol{
	text-align: left;
}
dl{
	margin: 0;
}
a:link{
	color:#999;
	text-decoration:none;
	font-weight: bold;
	
}
a:visited{
	color: #666;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color: Green;
	text-decoration:underline;
	font-weight: bold;
}
a:active{
	color: Red;
	text-decoration:none;
	font-weight: bold;
}
dt a:link{
	color:black;
	text-decoration:none;
	font-weight: bold;
}
dt a:visited{
	color: #4B0082;
	text-decoration:none;
	font-weight: bold;
}
dt a:hover{
	color: Green;
	text-decoration:underline;
	font-weight: bold;
}
dt a:active{
	color: Red;
	text-decoration:none;
	font-weight: bold;
}
#right a:link{
	color:blue;
	text-decoration:none;
	font-weight:normal;
}
#right a:visited{
	color: #4B0082;
	text-decoration:none;
	font-weight: normal;
}
#right a:hover{
	color: Green;
	text-decoration:underline;
	font-weight: normal;
}
#right a:active{
	color: Red;
	text-decoration:none;
	font-weight: normal;
}
.center{
	text-align:center;
}
table.login td{
	text-align:left;
}
.red{
	color:red;text-align:center;
}
#banner{
	text-align:center;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	background-image: none;
	background-color: #FFF;
	}
#box
{
	width:760px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	/*border: 4px double #FFF;*/
}
#left{
	width: 152px;
	padding: 5px;
	background-color: gold;
	float:left;
	background-image:none;
	margin-left: 8px;
	text-align: left;
	font-weight: bold;
}
#right{
	width: 565px;
	float:left;
	background-image:none;
	padding-left: 15px;
	background-color: #FFF;
}
#footer{
	clear:both;
	background-color: #FFF;
	font-size: 0.67em;
	padding-bottom: 5px;
}