/* Default CSS Stylesheet for a new Web Application project 

orange: ff6309
lt orange: ffbf00
green: 009900

*/

BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #FFFFFF url('images/bg.gif') repeat-x;
	margin: 0;
}
td	{ font-size: 13px }
.pageHeading 
{
	font-size: 13pt; 
	font-weight: bold; 
	color: #ff6309 
}
.subHeading 
{
	font-size: 10pt; 
	font-weight: bold; 
	color: #009900 
}
.pageCaption
{
	color: #999999;
	font-size: 8pt;
}
.CourseList
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}
.CourseListLinks
{
	font-size: 8pt;
	color: #000000;
}
A.CourseListLinks:link	{	
	text-decoration:	none;
	color: #ff6309;
	}	
		
A.CourseListLinks:visited	{	
	text-decoration:	none;
	color: #ff6309;
	}	
		
A.CourseListLinks:active	{	
	text-decoration:	none;
	color: #ff6309;
	}	
		
A.CourseListLinks:hover	{	
	text-decoration:	underline;
	color: #009900;
	}
.menu {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.menufooter {
	font-size: 8pt;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #ff6309;
}
a:active {
	text-decoration: none;
	color: #009900;
}

.edit
{
	color: #FF0000;
	font-size: 8pt;
}

A.edit:link	{	
	text-decoration:	none;
	color: #0000FF;
	}	
		
A.edit:visited	{	
	text-decoration:	none;
	color: #0000FF;
	}	
		
A.edit:active	{	
	text-decoration:	none;
	color: #0000FF;
	}	
		
A.edit:hover	{	
	text-decoration:	underline;
	color: #0000CC;
	}

.footer	{	
	text-decoration:	none;
	color: #999999;
	font-size: 8pt;
	}

A.footer:link	{	
	text-decoration:	none;
	color: #999999;
	font-size: 8pt;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color: #999999;
	font-size: 8pt;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color: #999999;
	font-size: 8pt;
	}	
		
A.footer:hover	{	
	text-decoration:	underline;
	color: #666666;
	font-size: 8pt;
	}
