h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #C92113;
	margin: 1px;
	padding: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #C92113;
	font-weight: bold;


}
.box1 {
	background-image: url(images/Box1Top.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.box2 {
	height: 25px;
	background-image: url(images/Box1Middle.jpg);
	background-repeat: repeat-y;
	background-position: center center;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;

}
.box3 {
	background-image: url(images/Box1Bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
h3 {
	font-family: Arial, Verdana, Courier;
	color: #FFFFFF;
}
a:link {
	color: #CC3300;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}

