body,td,th {
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.titles {
	font-size: 24px;
	color: #7c0000;
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	color: #7c0000;
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	color: #7c0000;
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: bold;

	margin-bottom:5;
	}
	
	
ul {
	list-style-type:none;
	font-size: 13px;
	padding:0;
	margin:0 40 0 0;
	}
	
ul li {
	margin:0 0 10 0
	}





ul.disc {
	list-style-type: disc;
	line-height: 15px;
}





a:link, a:active, a:visited {
	color: #7c0000;
}

a:hover {
	color: black;
}

