h1   {
	font-family : "Times New Roman", Times, serif;
	color: #660000;
	font-size: 1.8em;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
	margin: 40px 0 20px 0;
}
h2 {
	font-family : "Times New Roman", Times, serif;
	color: #660000;
	font-size: 1.4em;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
	margin: 10px 0;
}

h3   {
	font-family : "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #660000;
	font-size: 1.2em;
	font-weight: bold;
	font-variant : normal;
}
h4 {
	font-family : "Times New Roman", Times, serif;
	color: #660000;
	font-size: 1.2em;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
	margin: 20px 0;
}

p, td {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant : normal;
}

p.small {
	font-size: 10pt;
}

a:link, a:visited{
	color: #660000;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #DF9BBD;
}
a.titles {
	font-size: 20px;
}
ul {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant : normal;
}
dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: #008080;
}
dd {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant : normal;
}
/*p.links {
	list-style: none;
	font-weight: bold;
	padding: 0;
	vertical-align: middle;
	background-color: #660000;
}
p.links a:link, p.links a:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 5px outset #CC6699;
	background-color:#660000;
	font: bold 10pt/1.5 arial, sans-serif;
	color: #ffffff;
}
p.links a:hover {
	background-color: #DF9BBD;
	padding: 5px;
	border: 5px inset #660000;
	color: #000000;
}*/
.dropcap {
	color: #660000;
	font-size: 2.5em;
	font-weight: bold;
	float: left;
	padding-right: 2px;
}
.buttons {
	background-color: #660000;
	font-weight: bold;
	color: #ffffff;
}
input {
	background-color: #EA284F;
}
select {
	background-color: #660000;
	color: #ffffff;
}
p.indent {
	text-indent: 2em;
	text-align: justify;
}
.picright {
float: right;
padding: 0px 0px 10px 10px;
}
.picleft {
float: left;
padding: 0px 10px 10px 0px;
}
table {
	border: 2px solid #660000;
}
.clearit {
	clear: both;
}