body {
	height: 100%;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(img/bg.gif);
}
p {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	margin-bottom: 10px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #573F3F;
	margin: 3px 0 10px 0;
	text-decoration: none;
}
h2 {
	font-size: 14px;
    color: #573F3F;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
h3 {
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 3 px;
    text-align: center;
}
ul {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
li {
    text-align: left;
    margin-bottom: 0px;
    line-height: 15px;
}
form {
    margin: 0;
}
.text_left {
   font-size: 11px;
   text-align: left;
   line-height: 15px;
}
.backbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main_content{
    padding: 20px;
    }
.top_adv{
    padding: 5px 15px 10px 15px;
    }	
.footer{
	color:#333333;
	text-align:left;
	font-size:11px;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #999999;
    }
.footer a{
    color:#333333;
	text-decoration: none;
    }
.footer a:hover{
	text-decoration: underline;
    }
.images{
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}			

