body {
	margin: 15px;
	background-color: #727272;
	background-image: url(images/pg_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
}

h1 {
	font-family: 'arial black', arial;
	font-size: 17px;
	font-weight: bold;
	color: #C1001D;
	margin-bottom: 6px;
	letter-spacing: -2px;
}

h2 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #C1001D;
	margin-bottom: 6px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.htitle {
	font-size: 11px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #C1001D;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #8A9DB1;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

img.right {
	border: 1px solid #5F7995;
	margin: 0px 0px 10px 15px;
	float: right;
}

img.img {
	border: 1px solid #5F7995;
}