body {
	margin: 10px 30px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: small;
	line-height: 1.2em;
	color: #000000;
}
.firstpar {
	font-weight: bold;
	color: #E60000;
	background-image: url(../images/redcross9px.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
h3 {
	font-size: 1.33em;
	font-weight: bold;
	color: #E60000;
}
.red {
	color: #E60000;
}
li {
	padding-left: 10px;
	list-style-image: url(../images/redcross9px.gif);
	line-height: 1.66em;
}
a:link {
	color: #E60000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #E60000;
	text-decoration: none;
}
div#form1 {
	width: 400px;
}
.bigbox {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding: 12px;
	border: 1px solid #CC0000;
	background-color: #FFEEEE;
	margin-right: 10%;
	margin-left: 10%;
}

