body {
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin:0px;
	}
p	{
	font-size: 12px;
	}
H1 {
	color: #006699;
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
	}
a {
	color: #006699;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}


/*DIV LAYERS */
#content {
	position: relative;
	padding-left: 45px;
	padding-right: 350px;
	/*padding-bottom: 25px;
	padding-top: 15px;*/
	width: 100%px;
	height: 350px;
	overflow: auto;
	
	}
#main	{
	position: relative;
	width: 952px;
	height: 353px;
	background: url(/images/bgd_wave.gif) no-repeat;
	}
#top {
	position: relative;
	padding-left: 85px;
	/*padding-right: 350px;
	/*padding-bottom: 25px;
	padding-top: 15px;*/
	width: 100%px;
	height: 350px;
	overflow: none;
	
	}
.footer
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size: 12px;
	font-weight: bold;
	}
.footer a:link, .footer a:active, .footer a:visited {text-decoration: underline; color:white;}
.footer a:hover {text-decoration:none; color:#CCCCCC}