/* css table */

body {
	background-color: #F5F5DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

span.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: red;
}

form.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: red;
}

p.define {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

p.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
}

p.Question {
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

p.QuestionTab {
	/*margin-top: 50px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
}

td {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

tr {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

tr#head { background-color: #f4e262; }
.unl {
	color: #FF0000;
	text-decoration: underline;
}
