/* Write here your custom CSS rules. */

/* HEADER */

#searchform{
	position: absolute;
	right: 250px;
	top: 16px;
}

#credential {
	width:260px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align:center;
}
.numHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #33CCFF;
}
.nameHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #663399;
}
.byLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	color: #663399;
	font-weight: bold;
}
.allCapsHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #663399;
}

/* Page Content */

.question {
	color: #330099;
	font-weight: bold;
}
.hometitle {
	color: #330099;
	font-size: 18pt;
	font-weight: bold;
}
.pagetitle {
	color: #330099;
	font-size: 13pt;
	font-weight: bold;
}
.subtitle {
	color: #3399FF;
	font-size: 12pt;
	font-weight: bold;
}