.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-style: normal;

}
	.textTitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: 006699;
	}
	.dateinfo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #006699;
	}

	a.menu:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}
	a.menu:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
	}
	a.menu:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
	}
	.guestText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	.queTextRow{
		BACKGROUND-COLOR: #FFFFFF;
		BORDER-TOP: 2px solid;
		BORDER-BOTTOM: 5px solid; 
	}

/*Section Styles*/
	.SectionHeaderBack{
		BACKGROUND-COLOR: #F2F8FF;
		BORDER-TOP: 2px solid;
		BORDER-BOTTOM: 5px solid; 
	}
	.SectionHeaderTitle{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
	.SectionHeaderText{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}

/* Product/Event Styles */
	.EventHeaderBack{
		padding-top:4px;
		BACKGROUND-COLOR: #F2F8FF;	
	}
	.EventHeaderTitle{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
	.EventHeaderText{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	.ReceiptHeader{
		padding-left:15px;
		font-weight:bold;
		border-top:1px solid #BBBBBB;
	}
	.RecieptProd{
		padding-left:25px;
	}
	.RecieptProdLine{
		border-bottom:1px dotted #EEEEEE;
	}	
/* These are the colours for alternating rows */
	.RowA{
		background-color:#F5F5F5;
	}
	.RowB{
		background-color:#FFFFFF;
		
	}

	.RequiredMarker{
		background-color:#FFCC00;
		border-top:2px solid;
		border-bottom:5px solid;
	}

	.ErrorArea{
		background-color:#FFF2F2;
		border:dashed 2px #FFCC99;	
		color:black;
		padding:10px;
	}

	.questionError {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		background-color:#FFF2F2;
	}

/*  Used for the Navigation bars on the top of the reg page */
	.navON{
		BACKGROUND-COLOR: #C4E1FF;
		color: #000000;
		border-left:1px dashed white;
		border-right:1px dashed white;
	}
	.navOFF{
		BACKGROUND-COLOR: #003366;
		color: #FFFFFF;
		border-left:1px solid black;
		border-right:1px solid black;	
	}
	.navText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}
	.topLine{
		border-top:1px solid black;
	}
	.bottomLine{
		border-bottom:1px solid black;
	}
	.topLineSmall{
		border-top:1px dotted #DDDDDD;
	}
	.bottomLineSmall{
		border-bottom:1px dotted #DDDDDD;
	}

	.thickTopLine{
		border-top:2px solid black;
	}
	.thickBotLine{
		border-bottom:2px solid black;
	}

/* Private site styles */
	.PageHeader{
		font-size:18pt;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#990000;	
	}
	.textheader{
		font-size:11pt;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#999999;
	}
	.textColHeader{
		font-size:9pt;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
/*Event Specific Styles*/
	.radioStyles {
		border-bottom:dotted 1px #006699;
		padding-bottom: 4px;
		padding-top: 4px;
		}
/*Guest Main Pages*/
	.guestTableHeader {
		BACKGROUND-COLOR:Silver;
		}
	.guestTableMain {
		BACKGROUND-COLOR: #f6f3f0;
		}
	.guestTableFooter {
		BACKGROUND-COLOR: #f6f3f0;
		}
/*Reports*/
	.rptHeader {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		padding-right: 20px;
		}
	.rptTxt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		padding-right: 20px;
		}
