A:link {
	color: #CC0066;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #CC0066;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}
A:active {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}			
A:hover {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.04em;
}
	
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: 0.04em;
}
.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.05em;
	font-weight: bold;
}	
.bodytextpinkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0066;
	letter-spacing: 0.04em;
	font-weight: bold;
}
.quote {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.04em;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.05em;
	font-weight: bold;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.04em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0066;
	letter-spacing: 0.04em;
	font-weight: bold;
}
#banner {
	height: 50px;
	width: 100%;
	background-image: url(Images/top.jpg);
	margin-top: 15px;
}
#main {
	background-color: #E6E6E6;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
#main #header {
	padding: 15px 0px 0px;
}
#main #header #nav {
	float: left;
	width: 620px;
	height: 102px;
	padding-top: 2px;
}
#main #header #logo {
	width: 250px;
	text-align: center;
	float: left;
}
#main #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 25px;
	padding-left: 25px;
}
#main #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#bannerW {
	height: 50px;
	width: 100%;
	background-image: url(Images/bannerw.jpg);
	margin-top: 15px;
}
