BODY {
	margin:0;
	padding:0;
	color: #000000;
	background: #FFFFFF;
        font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

A:link {
	color: #000099;
	text-decoration: none
}

A:visited {
	color: #333333;
	text-decoration: none
}

A:active {
	color: #CC0000;
	text-decoration: underline
}

A:hover {
	color: #CC0000;
	text-decoration: underline
}

.bodytext {
	color: #000000;
        font-weight: normal;
        font-size: 9pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.menu {
	color: #3333CC;
        font-weight: bold;
        font-size: 8pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.subhead {
	color: #3333CC;
        font-weight: bold;
        font-size: 10pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.subhead2 {
	color: #CC0000;
        font-weight: bold;
        font-size: 10pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.subhead3 {
	color: #000000;
        font-weight: bold;
        font-size: 10pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.subhead4 {
	color: #3366CC;
        font-weight: bold;
        font-size: 14pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.searchblue {
	color: #3E96AF;
        font-weight: bold;
        font-size: 10pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.footer {
	color: #666666;
        font-weight: normal;
        font-size: 7pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

.header {
	color: #9900FF;
        font-weight: bold;
        font-style: italic;
        font-size: 14pt;
	font-family: Arial,Helvetica,Verdana,Geneva
}

a.redlink { text-decoration: underline; color: #CC0000}
a.redlink:visited { text-decoration: underline; color: #CC0000}

.emph {
	color: #645DCC;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Geneva
}

/*
The following style sets the tone for the err_msg which is reused throughout the site
*/
table#err_msg {
width: 65%;
margin: auto;
border: 1px solid black;
padding: 5px;
color: red;
background-color: white;
}
/*
following styles relate to course search results
*/
table#results {
	width: 100%;
	margin: auto;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	background-color: white;
}
table#results th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	color: #3333CC;
}
table#results b {
	color: #3333CC;
}
table#results td {
	padding: 2px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #C6BDC6;
	border-bottom: 1px solid #C6BDC6;
}
table#results td.last {text-align:left}

/*
following styles relate to forms
*/
table#frmTable {
	 width: 95%;
	 border: 1px solid #B7D5E2;
	 border-collapse: collapse;
	 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table#frmTable td {
	border: 1px solid #AFAFAF;
 	vertical-align: top;
 	padding-top: 3px;
 	padding-bottom: 3px;
}
	
.labelCell {
	 background-color: #E9EBED;
	 padding-right: 10px;
	 color: #3333CC;
	 text-align: right;
	 width: 200px;
}
.labelCellNoColor {
	padding-right: 10px;
	text-align: right;
}

.labelCellReqd {
	background-color: #E9EBED;
	padding-right: 10px;
	color: #3333CC;
	font-weight: bold;
	text-align: right;
	width: 200px;	
}

.fieldCell {
	 padding-left: 10px;
	 color: #333333;
}

.submit {
	background-color: #3E96AF;	
	border: 3px outset #999999;
	font-weight: bold;
	color: white
}