body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;


}
td {
	font-size: 11px;
}
p {
	font-size: 11px;
}
li {
	list-style-type: square;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.nomargins {
	margin: 0px;
}
.hilite {
	background-color: #F5DEE0;
}
.box {
	background-color: #F5DEE0;
	padding: 5px;
	border: 1px solid #999999;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {

	color: #990000;
	text-decoration: underline;
}
.margin30 {
	padding-left: 30px;
}
