@charset "utf-8";
/* CSS Document */

table,tr,th,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.linktext {
	font-size:10px;
	text-decoration:none;
}
a.linktext:hover {
	font-size:10px;
	text-decoration:underline;
}
.pageTitle {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#990000;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}
.message {
	font-size:14px;
	font-weight:bold;
	color:#009900;
}
.sectionTitle {
	background: url(/images/back-under-grad.gif) left no-repeat;
	line-height:26px;
	font-size:15px;
	font-weight:bold;
}
.required {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

