/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.footer_text {
  	font-size: 11px;
  	}

.footer_text_small {
	font-size: 9px;
	}	

.containter {
	position: absolute;
	top: 0px;
	left: 0px;   
	height: auto;
	width: 645px;
	border:solid 0px;
	}
	
.header {
	height: 130px;
	width: 645px;
	left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
	}
	
.bodytext {
	height: auto;
	width: 575px;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	}

.footer {
	height: auto;
	width: 645px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding-top: 25px;
	margin-top: 5px;
}

