a:link {
color:#6699cc;
text-decoration:none;
}
a:hover {
color:#6699cc;
text-decoration:none;
}
a:visited {
color:##6699cc;
text-decoration:none
}
body {
	background: #000000;
}
div.header {
	width: 800px;
	border: 1px solid white;
	height: 110px;
	text-align: center;
	padding: 0px 0px -2px 0px;
	margin: 0px auto 15px auto;
}
div.body {
	width: 800px;
	margin: 0px auto 0px auto;
	border: 1px solid white;
	height: auto;
}
div.pad {
	padding: 10px 50px 20px 50px;
}
div.body p {
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	color: #6699cc;
}
div.body h2 {
	font-family: Verdana;
	font-size: 12pt	;
	color: #6699cc;
}
div.body h1 {
	font-family: Verdana;
	font-size: 14pt	;
	color: #6699cc;
}
div.leftcol {
	width: 50%;
	float: left;
	padding: 0px 20px 20px 0px;
}
div.rightcol {
	width: 50%;
	float: right;
}
div.center {
	text-align: center;
}
img.center {
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 0px
}
img {
	border: 0px;
}
#footer {
	font-family: Verdana;
	font-size: 12pt	;
	color: #6699cc;
	text-align: center;
}