body {
	margin: 0px;
	color: #000000;
	background-color: #8D1229;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 11px;
/* Okay, we can let NS4 see the rest.... */   
}


a {
	text-decoration: underline;
/* Tell NS4 to ignore these styles.... */
/*/*/
	text-decoration: none;
/* Okay, we can let NS4 see the rest.... */   
	color: #B80A0A;
}

a:hover {
	text-decoration: underline;
}

.coursedetail {
	width: 100%; 
/* Tell NS4 to ignore these styles.... */
/*/*/
	border-top: 1px solid #000000; 
/* Okay, we can let NS4 see the rest.... */   
	background-color: #F1F4C4; 
	margin: 4px 0px 20px 0px;
}

input, select {
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 10px;
/* Okay, we can let NS4 see the rest.... */   
}
      	
.requirement { margin-left: 50px; width: 80%; font-size: 8pt; margin-bottom: 50px;}
      	
.requirement thead th { 
	text-align: left; 
/* Tell NS4 to ignore these styles.... */
/*/*/
	border-bottom: dashed 1px black;
/* Okay, we can let NS4 see the rest.... */   
}
      	
.requirement tfoot th { 
	text-align: left; 
/* Tell NS4 to ignore these styles.... */
/*/*/
	border-top: solid 1px black;
/* Okay, we can let NS4 see the rest.... */   
}

.requirement td { background-color: #F0E0C6;}
      	
.right { text-align: right; width: 50px;}

.heading2 { 
	font-weight: bold;
    margin-top: 6px; 
	margin-bottom: 0px;
/* Tell NS4 to ignore these styles.... */
/*/*/
	clear: both; 
	font-size: 14px;
/* Okay, we can let NS4 see the rest.... */   
	color: #993333; 
}

.heading3 { 
	font-weight: bold;
    margin-top: 6px; 
	margin-bottom: 0px;
/* Tell NS4 to ignore these styles.... */
/*/*/
	clear: both; 
	font-size: 12px;
/* Okay, we can let NS4 see the rest.... */   
      			     color: #993333; }

   	.headlineText { font-weight: bold; }
      	

      	.bold { font-weight:bold;}
      	
      	.italic { font-style: italic;}
      	
      	.underline { text-decoration: underline;}
      	
      	.course { margin-bottom: 20px; font-size: 8pt; background-color: #eeffcc;} 

      li { margin-bottom: 4pt }

      .dir-email { width: 30%; padding: 2px;}
      .dir-phone { width: 20%; padding: 2px;}
      .dir-role-person { padding: 2px;}
      

.floatright {
/* Tell NS4 to ignore these styles.... */
/*/*/
	float: right;
/* Okay, we can let NS4 see the rest.... */   
}

.floatleft {
/* Tell NS4 to ignore these styles.... */
/*/*/
	float: left;
/* Okay, we can let NS4 see the rest.... */   
}
   	

      	
