body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	margin-top: 0px;
}


#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  BASIC TEXT FORMATING */
p {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	text-align: left;	
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	}


a {
	color: #5866a2;
	text-decoration: none;
	}

a:hover {
	color: #162565;
	}
