a:link, a:active, a:visited {
	text-decoration: none;
	color: #852324;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
}
a:hover {
	text-decoration: underline;
	color: #DE101C;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
}

.heading {
	font-size: 11px;
	color: #93223F;
	font-weight: bold;
}

.navigation ul {
	padding: 5px;
	margin: 0px;
}

.navigation li {
	margin-left: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
	list-style-image: url(/images/star.gif);
	list-style-position: outside; 
	list-style-type: disc; 
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 16px;
}

.highlight {
	font-size: 18px;
	color: #93223F;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}

td {

	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;

}


ul {
	margin-left: 15px;
	padding-left: 0px;
}


BODY{background-color:#C4D4DA; }
