body {
	background-color: #EFEFEF;
}

.banner {
	background-color: #330033;
}

.patternTopLine {
	background-image: url('../images/pattern_top_line.jpg');
	background-repeat: repeat;
}

.patternBotLine {
	background-image: url('../images/pattern_bot_line.jpg');
	background-repeat: repeat;
}

h3 {
	font-family: arial;
	color: #330033;
}

h4 {
	font-family: arial;
	color: #330033;
}

.navDiv {
	width: 39px;
	text-align: center;
	background-color: #D7D7D7;
}

.navBut {
	text-align: center;
	background-color: #D7D7D7;
}

.contentZone {
	font-family: arial;
	font-size: 9pt;
	color: #330033;
}

.eventHeading {
	font-family: arial;
	font-size: 12pt;
	color: purple;
	font-weight: bold;
}

.adviceHeading {
	font-family: arial;
	font-size: 12pt;
	color: purple;
	font-weight: bold;
}

.userError {
	font-family: arial;
	font-size: 9pt;
	color: red;
	font-weight: bold;
}

.success {
	font-family: arial;
	font-size: 9pt;
	color: purple;
	font-weight: bold;
}

.footerText {
	font-family: arial;
	font-size: 9pt;
	color: #efefef;
}

.photoArea {
	padding: 10px;
}

.contentCopy {
	font-family: arial;
	font-size: 9pt;
}

.listing {
	font-family: arial;
	font-size: 9pt;
	color: #3B54A9;
}

.contentWhite {
	font-family: arial;
	font-size: 9pt;
	color: white;
}

.homeBot {
	background-color: #08B6F0;
	font-family: arial;
	font-size: 9pt;
}

a {
	font-family: arial;
	font-size: 9pt;
	color: purple;
}

.aCyan {

	font-family: arial;
	font-size: 9pt;
	color: cyan;
	text-decoration: none;

}

.resultTable  { 
	border-collapse: collapse; 
	border-spacing: 0; 
	border-width: 1 1 1px 1px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #D5D5D5;
	background-color: #F5F5F5;
	font-size: 9pt;
}

.tableHeader {
	font-weight: bold;
	font-size: 10pt;
}

.heading {
	padding-top: 10px;
	padding-bottom: 20px;
}

ul {
	list-style-image: url(../images/bullet_tri.gif); 
	line-height : 140%;
}

