.border {
	background: #e5e5e5;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans;
	padding-right: 5px;

}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.asterix {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
}
.dark_gray {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding-left: 4px;
}
.green {
	font-family: Arial;
	font-size: 11px;
	color: #009900;
}
.red {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000;
}
.gray {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.black {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}a:link {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #9966CC;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
select {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
}
.course_input {
	width: 150px;
}
input, textarea {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}
.border_padding {
	padding-left: 5px;
}
.course {
	font-family: Arial;
	font-size: 11px;
	color: #006666;
	text-decoration: none;
}
font {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
.border_course {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size:11px;
	color:#666666
}
.select_apply {
	width: 156px;
	font:10px Arial;
	color: #666666;
}
.heading {
	padding-left: 4px;
	padding-right: 4px;
}
body, p {
	font-family:Arial;
	font-size:11px;
	color:#666666;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.blue {
	color: #3366FF;
}
.border_payroll {
	
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans;
	padding-right: 5px;
}
.submit{
  cursor:hand;  // might be cursor:'hand';  -- with quotes;
}
.alert {
	color: #CC0000;
	font: Arial;
	font-size: 16px;
	font-weight: bold;
}
.success {
	color: #009900;
	font: Arial;
	font-size: 16px;
	font-weight: bold;
}
ul {
	list-style-image: url(images/redbullet.gif); 
}
.border_search {
	border-top:1px solid #666666;
}
.border_nav {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
a.external_link:link, a.external_link:visited { font-size:11px; color:#C00; font-weight:normal; display:block; background-image:url(../images/warning.jpg); background-repeat:no-repeat; background-position:left; padding:10px 10px 10px 25px; margin-bottom:20px; line-height:13px; width:340px; }