body {
	background-color: #FFFFCC;
	font-family: "Century Gothic";
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

html, body, a, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img {
	border: 0px;
	margin: 0px;
	padding: 0px
}

h1 {
	color: #660033;
	font-size: 16px;
}

h2 {
	color: #660033;
	font-size: 14px;
}

p {
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

.text p, ul {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.text h1 {
	margin-left: 10px;
	margin-right: 10px;
}

.text h2 {
	margin-left: 10px;
	margin-right: 10px;
}

.text table {
	margin-left: 10px;
	margin-right: 10px;
}

.navLinks {
	border-bottom: 1px solid #660033;
	border-top: 1px solid #660033;
	display: block;
	width: 660px;
}

.navLinks a{
	border: 0px;
	color: #660033;
	display: inline-block;
	font-weight: bold;
	height: 15px;
	width: 105px;
}

.navLinks a:visited{
	color: #660033;
	text-decoration: none;
}

.navLinks a:hover{
	background: #FFCCFF;
	color: #660033;
	text-decoration: none;
}

.navLinks a:active{
	color: #660033;
	text-decoration: none;
}

.copyright {
	font: 12px/14px Century Gothic;
	color: #660033;
	width: 660px;
	text-align: center;
	height: 50px;
	border-top: 1px solid #FFCCFF;
	padding-top: 10px;
}

.copyright a:link {
	color: #660033;
	text-decoration: none;
}

.copyright a:visited {
	color: #660033;
	text-decoration: none;
}

.copyright a:hover {	
	color: #660033;
	text-decoration: underline;
}

.copyright a:active {	
	color: #660033;
	text-decoration: none;
}