/* 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 {
	color : #24478F;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px; 
	font-style : italic;
	font-weight : bold;	
	text-decoration : none;	
}		
	
