/*--Links--*/
a:link, a:visited, a:active {
	color: #0072c6; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: bold;
}

/*--Titles--*/
h1 {
	color: #0072c6; 
	font-size: 22px; 
	font-weight: bold; 
	margin: 0px 0px 5px 0px; 
	padding: 0px 0px 5px 0px;
	line-height: normal;
}

h2 {
	color: #0072c6; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 12px 0px 0px 0px; 
	padding: 12px 0px 0px 0px;
	line-height: normal;
}

h3 {
	color: #0072c6; 
	font-size: 14px; 
	font-weight: normal; 
	margin: 8px 0px 0px 0px; 
	padding: 8px 0px 0px 0px;
	line-height: normal;
}

#news h3 {
	color: #0072c6; 
	font-size: 14px; 
	font-weight: normal; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	line-height: normal;
}