HTML {
	height: 100%;
}
BODY {
	text-align:center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}
A:link, A:visited
{ 
	color: #880000;
	text-decoration: none;
}
A:active, A:hover
{ 
	color: #880000;
	text-decoration: underline;
}
H1{
	font-size:16px;
	font-weight:normal;
	padding-bottom: 20px;
}
H2{
	font-size:12px;
	font-weight:normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
P {
	margin-top: 5px;
	margin-bottom: 15px;

}
HR {
	border:0;
	height: 1px;
	color:#CCCCCC;
	background-color: #CCCCCC;
}
TD {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 15px;
}
IMG {
	border-width: 0px;
}