/* Style for wrapper table */
.wraptbl { 
	border: 1 solid black; 
}

/* Text next to radio buttons */
.radioText { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
}

/* Text of the question */
.question { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
	margin-bottom: 10px; 
}

/* Style for links that are NOT in the solution */
.genLink { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
}

/* Text of the solutions */
.solutionText { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
}

/* Style for links that are in the solution */
.solutionLink { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
}

/* Style for text not specified above */
.text { 
	font: normal normal bold 11pt Arial, Helvetica, Sans-Serif; 
}

/* Style for buttons */
.button { 
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif; 
}

/* Main header on form pages */
.header { 
	font: normal normal bold 12pt Arial, Helvetica, Sans-Serif; 
}

/* Text on forms */
.formText { 
	font: normal normal bold 10pt Arial, Helvetica, Sans-Serif; 
}

/* Small text for things like 'required' and such */
.smText { 
	font: normal normal bold 7pt Arial, Helvetica, Sans-Serif; 
}

/* Text shown when required information is not entered */
.noEmail { 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
}

/* Text shown when required information is not entered */
.noReqs { 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
}

/* Style for header / footer */
.hf_image { 
	border: 1 solid black; 
	margin-top: 20px; 
	margin-bottom: 20px;
}

.smlwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.signuptitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}

.subscrText { 
	font: normal normal bold 8pt Arial, Helvetica, Sans-Serif; 
}

.subscrLink { 
	font: normal normal bold 8pt Arial, Helvetica, Sans-Serif; 
}