body 		{	margin-left:auto;
				margin-right:auto;
				width:900px;
				background-color: #003366; /* blue background */
				color: #FFFFFF;	/*White font color */
				font-family:Arial, Helvetica, sans-serif;
			}

#container	{ 	
				
				
			}
				

#maincontent{
				background-color:#003366;
				
				text-align:center;
			}

#client-address{
				
				font-size:0.8em;
				color:#FFFFFF;
				
				text-align:center;
				}
				
#footer			{
				
				color:#FFFFFF;
				font-size:0.7em;
				text-align:center;
				}
.footer-p {font-size:0.7em;
			color:#FFFFFF;}

td, th {
	color: #FFFFFF;
	text-align:left;
}

h1 {
	text-align:center;
	color: #FFFFFF;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a:link, a:visited{
	color: #9999cc;
}

a:hover{
	color: #FFFFFF;
}
a:active{
	color: #9999cc;
}
ul {
		line-height:150%;
	}
