h1 {
	color: #990000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;

}
h2{
	font-style: normal;
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h3{
	font-style: italic;
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
h4 {
	font-style: normal;
	color: #990000;
	text-align: left;
	font-size: x-small;
	font-weight: bold;

}
h5 {
	font-style: normal;
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
h6 {
	font-style: italic;
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}
.highlight {
	background-color: #CCCCCC;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;


}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}
buttonlabel {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
	text-align: left;
	font-variant: small-caps;


}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	text-indent: 0.5in;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 30px;

}
.pcenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}
.pright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: right;
}

td {
	font-size: small;
}