/* standard tag styles */
A {
	color : #0000FF;	
	font-weight : normal; 
	font-size : 12px; 
	text-decoration : none; 
}

A:link {
	color : #0000FF;	
	font-weight : normal; 
	font-size : 12px; 
	text-decoration : none; 
}

A:visited {
	color : #960018;	
}

A:hover {
	text-decoration : underline;
}

OL {
	color : #000000;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	text-decoration : none;	
}	

P {
	color : #000000;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	text-decoration : none;	
}

TD {
	color : #000000;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	text-decoration : none;	
}

UL {
	color : #000000;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	text-decoration : none;	
}

/* header styles */

.college_header {
	color : #164396;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 16px; 
	font-weight : bold;	
	text-decoration : none; 
}	

.SubHeader {
	color : #24478F;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 14px; 
	font-weight : bold;	
	text-decoration : none;	
}		

.SmallHeader {
	color : #24478F;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	font-weight : bold;	
	text-decoration : none;	
}

.SmallHeaderItalics {
	border-bottom : 1px solid #CCCCCC;
	color : #24478F;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 13px; 
	font-style : italic;
	font-weight : bold;	
	text-decoration : none;	
}		


TABLE.dates {
	border-collapse : collapse;
	width: 100%;
}

TABLE.dates TD.header {
	border: 1px solid #CCCCCC; 
	background-color: #E0E8EC;
	padding : 2px;	
	vertical-align : top ;
	text-align: left;
	font-weight: bold;
}

TABLE.dates TD {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF;
	padding : 2px;	
	vertical-align : top ;
	text-align: left;
}
	
