/* 7.8 standard styles*/
/*----------------question spacing and formating--------------*/
/*qbody = question body, question choices, basic small black text type*/
.qbody {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

/*qbodyBold = bolded small text*/
.qbodyBold { 
	font-size : 11px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #000000; 
	text-decoration : none; 
	font-weight : bold; 
}
	
/*qlist	= question text, bold colored text*/
.qlist {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #990000;
	text-decoration : none;
	font-weight : bold;
	line-height: 15px;
}

/*qlistsub	= question text, plain colored text for descriptive text in question. like "check all that apply"*/
.qlistsub { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #990000;
	text-decoration : none;
	font-weight: normal;
	line-height: 15px;
}

/*qlistnum = question numbers*/
.qlistnum {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #990000;
	text-decoration : none;
	font-weight : bold;
	line-height: 0px;
}

.qlistWHITE { 
	font-size : 11px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #ffffff; 
	font-weight : bold; 
	text-decoration : none; 
}

/*qlink	= privacy link, and any link that needs to be in the body of the survey*/
.qlink {  
	font-size : 11px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #99000; 
	font-weight : normal; 
	text-decoration: underline; 
	line-height: 15px;
}

.qlinkWHITE { 
	font-size : 11px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #ffffff; 
	font-weight : normal; 
	text-decoration: underline;
	line-height: 15px; 
}

/*qspace = allows for an increase or decrease in space between questions*/
.qspace { 
	line-height: 20px;
}

/*qspace2 = allows for an increase or decrease in space between a question and choices for that question*/
.qspace2 { 
	line-height: 5px;
}

/*-----------------formatted table styles----------------*/   
/*qtablehead = header style for tables with visable headers*/	
.qtablehead {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 15px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	text-align: center; 
}

/*rows = sets the line color on visable tables as black*/
.rows {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #000000
}

/*----------links and other styles on survey page--------------*/
/*whitespace = allows for an increase or decrease in whitespace between the survey and the privacy statement*/
.whitespace {
	line-height: 1200px
}

/*concernstextlink	= for the links in the concerns text*/
.concernstextlink {	
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #990000;	
	font-weight : bold; 
	text-decoration : underline
}

/*sweepslink = link to the rules page*/	
.sweepslink {	
	font-size : 11px;	
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #990000;	
	font-weight : normal;	
	text-decoration : underline
}

/* star = sets the color of "*" used to indicate required fields*/
/* defalut is size 0 and color white. To show, set size to 12px and color to desired color */
.star	{
	font-size : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
}
	
/* different style since mail is not always required defalut is size 0 and color white.*/
/*To show, set size to 12px and color to desired color */
.emailStar{	
	font-size : 0px;	
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #ffffff; 
	text-decoration : none;	
	font-weight : normal;
}

/*--------------------predefined if needed-------------------------*/
/*regheader	= for a page title or headings without needing a graphic*/
.regheader { 
	font-size : 15px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #990000; 
	text-decoration : none; 
	font-weight : bolder; 
}

/*indexlink	= links to registration cards on the index page*/
.indexlink { 	
	font-size : 14px;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0000CC; 
	font-weight : bold;	
	text-decoration : underline
}

/*--------------styles for rules page---------*/
/*sweepshead = style for OFFICIAL RULES text on the sweeps rules page*/
.sweepshead	{
 	font-size : 10px;
	 font-family : Verdana, Arial, Helvetica, sans-serif;	
 	color : #990000; 	
 	font-weight : bold;	
 	text-decoration : none; 
 	line-height: 15px
}
  
/*sweepsbody = rules page text and any description of rules at the top of a reg card*/
.sweepsbody	{	
	font-size : 10px;	
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #000000; 	
	font-weight : normal;	
	text-decoration : none; 
	line-height: 15px
}

/*sweepsbodyback = sets the background and border color of the table the sweeps rules text is in*/
.sweepsbodyback {
	background-color: #ffffff;
	border: thin solid #000000;
}

/*add custom styles below please*/	

