body {
	background-color: #660031;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
a:link {	color: #FFFFFF;}
a:visited {	color: #FFFFFF;}
a:hover {	color: #CCFF00;}
a:active {	color: #CCFF00;}

.banner {
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #660031;
	background-position: left top;
}
.main {
	background-attachment: scroll;
	background-color: #9D004A;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3366;
}

.footer a:link {	color: #CC3366;}
.footer a:visited {	color: #CC3366;}
.footer a:hover {	color: #FFCC00;}
.footer a:active {	color: #FFCC00;}
.footer {
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3366;
	font-size: 9px;
	color: #AF0B56;
}
.copy {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 20px;
}
.heading {
	font-size: 14px;
	color: #DAF50B;
	font-family: Arial, Helvetica, sans-serif;
}

.headingYellow {
	font-size: 14px;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}

.headingPink{
	font-size: 14px;
	color: #FF0066;
	font-family: Arial, Helvetica, sans-serif;
}
