html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: 0px;
}

a {
	text-decoration : none;
	color : #FFFFFF;
}

a.visited:hover {
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
}

body {
	background: #000000;
	font: 16px Century Gothic;
	color: #C3C3C3;
	padding: 30px 5px;
	text-align: center;
}


.footer {
	font-size : 12px;
	color : #C3C3C3;
}

.FooterAddress {

	font-size : 14px;
}

.logo {
	padding: 0px 0px 10px 0px;
	font-size : 30px;
	font-family : Century Gothic, Arial;
	color : #f3f6ff;
	text-align : right;
}

.menu {
	padding: 15px 0px 0px 20px;
	font : 18px Century Gothic;
	color : #f3f6ff;
	text-align : left;
	vertical-align : top;
}

.PageTitle {
	text-align : right;
	color : #FFFFFF;
	font-size : 26px;
}

.Title {
	font-size : 35px;
	font-family : Century Gothic;
	color : #b6d3ff;
}

.Highlight {
	color : #FFFFFF;
	font-size : 40px;
}

.copy {
	text-align : center;
	vertical-align : top;
	padding : 0px 50px 0px 50px;
	height : 400px;
}
