/* CSS Document */


	.fullcourselistheader {
		font-family: Verdana,Trebuchet MS, Arial Narrow, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		text-decoration:underline;
	}
	
	h1 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 28px;
		font-weight: normal;
		color: #4b6a26;
		text-decoration: none;
		padding:0; margin:0;
		border-bottom: 1px dotted #000;
	}
	
	h2 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 18px;
		font-weight: bold;
		color: #2A0870;
		text-decoration: none;
		padding:0; margin:0;
		margin-top:20px;
	}	

	h3 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 13px;
		font-weight: bold;
		color: #4b6a26;
		text-decoration: none;
		padding:0; margin:0;
		border-bottom: 1px dotted #000;
		margin-top:20px;
	}	

	h4 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 13px;
		font-weight: bold;
		color: #4b6a26;
		text-decoration: none;
		padding:0; margin:0;
		margin-top:20px;
		clear:both;
	}	

	h5 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 18px;
		font-weight: bold;
		color: #2A0870;
		text-decoration: none;
		padding:0; margin:0;
		margin-top:20px;
	}	
	
	h6 {
		font-family: Tahoma, Trebuchet MS; 
		font-size: 16px;
		font-weight: bold;
		color: #2A0870;
		text-decoration: none;
		padding:0; margin:0;
		margin-top:20px;
	}		
		

