/* CSS Document */

/* Home page styles*/

#courses{
	font-family:Arial, Helvetica, sans-serif;
}
#courses h1{
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	}
#courses h2{
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #0830A1;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	}
#courses .table{
	border: 1px solid #E5E3E3;
	}	
#courses .table th{
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	}
#courses .table td{
	background-color: #ffffff;
	font-size: 11px;
	}
#courses .table td a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #00299E;
	}		
#courses .table td a:link{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #00299E;
	}		
#courses .table td a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}		
	
