/* 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: 0px 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: normal;
	text-decoration: underline;
	color: #A20000;
	}		
#courses .table td a:link{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #A20000;
	}		
#courses .table td a:hover{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}	
#courses .tabBg{
	background-image:url(images/tab-bg.gif);
	background-repeat: repeat-x;
	}	
#courses .tabBg div{
	padding: 10px 3px 0px 3px;
	}		
#courses .tabBg div a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	}
#courses .tabBg div a:hover{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #62030B;
	}
#courses .tabBg-selected{
	background-image:url(images/tab-bg-selected.gif);
	background-repeat: repeat-x;
	}		
#courses .tabBg-selected div{
	padding: 0px 3px 0px 3px;
	color: #16178D;
	font-size: 12px;
	font-weight: bold;
	}
#courses .tab-blueBg{
	background-image:url(images/tab-blue-bg.gif);
	background-repeat: repeat-x;
	}	
		
	
