html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body { 
	line-height: 18px;
}
h1 { 
	font-size: 27px; 
	color: #000; 
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#hed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}
INPUT, TEXTAREA {
 	font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a { color: #0074CB; }

table.dataTable {
 border: 0;
 border-collapse: collapse;
 font-size: 11px;
 width: 99%;
}
table.dataTable th {
 border-bottom: 1px solid #BEB688;
 text-align: left;
 background-color: #f0f0ff;
 padding: 3px;
 vertical-align: bottom;
}
table.dataTable td {
 padding: 2px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #f0f0ff;
 vertical-align: top;
}
table.dataTable tr:hover {
	background-color: #eeeeee;
}
.ctr, table.dataTable th.ctr { text-align: center; }
.rt, table.dataTable th.rt { text-align: right; }

/* form styles */

/*form p {
	width: 99%;
	clear: left;
	margin: 0px; 
	padding: 0px;
	display: inline;
}*/
form p label {
	float: left;
	width: 76px;
	font-size: 12px;
	font-weight: normal;
	background-color: #f0f0ff;
	margin: 0px 2px 2px 0px;
	padding: 5px;
	clear: left;
}
table#contentTable {
	border: 0;
}
table#contentTable th {
	font-size: 12px;
	font-weight: normal;
	background-color: #f0f0ff;
	margin: 0px 2px 2px 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 120px;
	
}
table#contentTable td {
	vertical-align: top;
}
form p label img {
	vertical-align: text-bottom;
	border: 0;
}
form input, form textarea, form select {
	margin: 0px; padding: 0px;
	/*  float: left;  */
	vertical-align: baseline;
	margin-right: 5px;
}
form input, form select {
	height: 1.5em;
}
form input.checkbox {
	height: auto;
	margin-top: 0px;
}
form div div {
	margin: 0; 
}
form .button, .cmdBtn, form input[type=file] {
	height: auto;
	padding: 1px 5px;
	font-size: 13px;
}	
form input[type=file] {
	width: 350px;
	font-size: 12px;
}
form div {
	/*float: left;*/
	margin: 0px; 
	padding: 0px;
	margin-top: 5px;
}

#centerwide fieldset { 
	border-top: 1px solid #000000; 
	padding-top: 8px;
	margin-bottom: 10px;
}

legend {
	padding: 0.2em 0.5em;
	border-left:3px solid #000;
	color: #ffffff;
	text-align:left;
  	font-weight: bold;
	background-color: #334F7F;
	margin-bottom: 10px;
}

ul { margin-left: 15px; }
li { list-style-type: square; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.required { color: #AB443D; }

.regdiv {
	margin: 5px 22px; display: block; width: 99%;
}

#student_warning {
	float: none;
	color: #AB443D;
}

#abrf li.smallInform, #abrf li.warnText, #abrf li.errorText { margin-top: 3px; margin-left: 35px; }

.informText {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color: #006600;
	font-weight : bold;
}

legend.informText {
	padding: 0px;
	border-left:0px none #000;
	color: #006600;
	text-align:left;
  	font-weight: bold;
	background-color: White;
	margin-bottom: 5px;
}
