/* CSS Document */

a.top:link {color: #000000; text-decoration:none;}     /* unvisited link */
a.top:visited {color: #000000; text-decoration:none;}  /* visited link */
a.top:hover {
	color: #FF0099;
	text-decoration:none;
}   /* mouse over link */
a.top:active {color: #000000; text-decoration:none;}   /* selected link */

.body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
.intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0099;
	font-weight:regular;
	line-height:21px;
}


.banner {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	padding-top: 50px;
	padding-bottom: 10px;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding: 7px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.heads {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FF0099;
	text-transform: uppercase;
}

