span.highlight, em{
	color: #3399FF;
	font-style: italic; 
	font-weight: bold;
}

hr {
	width: 100%; 
	display: block; 
	height: 1px;
    border: 0;
    border-color: #3399FF; 
    border-top: 1px solid #ccc;
    padding: 0; 
}

#contentPanel h1{ 
	font-size: 24px; 
	color : #6CAB00;
	font-weight: bold;
}

#contentPanel h2{ 
	font-size: 16px; 
	color : #064A7A;
}

#contentPanel h3{ font-size: 13px; }

#contentPanel h4{ font-size: 15px; }

#contentPanel a {
	text-decoration: none;
	color : #00579C;
}

#contentPanel p{ 
	color : #666;
	font: 13px 'Trebuchet MS', Arial, sans-serif;
}

#contentPanel table {
	border :0;
}

#contentPanel table > tbody > tr > td {
	border:1px solid black;
	padding: 5px;
}