body {
	background: url(Images/bgtile.jpg) #999999 repeat-x;
	margin: 20px 0 0 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px;
	line-height: 200%;
}
h1 {
	font-family: Century Gothic;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 6px;
}
a, a:visited {
	font-family: Century Gothic;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
td {
	vertical-align: top;
}

.content {
	background: #999999;
	padding: 10px;
}
.nopad {
	background: #FFFFFF;
	padding: 0px;
	vertical-align: bottom;
}
