/* *****************************************************************************************
* 
* ******************************************************************************************/

/* Cobrand-specific styles whose colors (only) get overridden based upon what's in the database. */
a {
}
a:hover {
}
a.roll:hover {
}
a.smallroll:hover {
	font-size:			8pt;
}
.coursecatalogcolor {
}		
.coursecatalogcolor:Hover {
}
.LeftmenuColor {
	text-decoration: 	none;
	font-weight:		bold;
}
.LeftmenuColor:Hover { 
}
.menucheckoutcolor {		/* not used! */
	font-size: 			8pt;
}
.menucheckoutcolor:Hover {	/* not used! */
	 font-size: 		8pt;
}
.roll {
}
.smallroll {
	font-size:			8pt;
}


/ * General styles. */
body {
	background:			#ffffff; 
	font-family: 		Arial, Helvetica; 
	font-size: 			10pt;
}
center, li, p, td {
	font-family: 		Arial, Helvetica;
	font-size: 			10pt;
}
.coursecatalog {
	color: 				#000000; 
	font-size: 			10pt; 
	font-weight: 		bold; 
}	
.largered {				/* used only by Detail.asp */
	color: 				#971341; 
	font-size: 			10pt; 
	font-weight: 		bold; 
	text-decoration:	none;
} 	
.regulartext {
	font-size: 			10pt;
}
.smalltext { 
	font-size: 			8pt;
}
.subheadline {			/* used only by Ssn.asp */
	font-size: 			12pt;
	font-weight: 		bold;
	text-decoration:	none;
} 
.tinytext {
	font-size:			8pt;
}
.alert{
 font-size:12pt;
 font-weight:bold;
 font-family:arial;
 color:#FF0000;
}
.alert a,.alert a:hover{
 color:#0000FF;
}
