body {
	background: White;
	font-family: verdana, tahoma, sans-serif;
	SCROLLBAR-3DLIGHT-COLOR: #B1171E; 
	SCROLLBAR-ARROW-COLOR: #B1171E; 
	SCROLLBAR-TRACK-COLOR: #C9333A; 
	SCROLLBAR-DARKSHADOW-COLOR: #B1171E; 
	padding: 0px;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a:link {
	color: Black;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}
A:visited {
	color: Black;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: Black;
	border: none;
	font-weight: bold;
	text-decoration: underline;	
}
table {
	padding: 3%;
	text-align: center;
	background-color: white;
	width: 95%;
	font-size: smaller;
	border-left: Black;
	border-left-width: thin;		
	border-right: Black;
	border-right-width: thin;		
}

td {
	vertical-align: top;
	text-align: left;
}
td.center {
	text-align: center;		
}

h1 {
	font-size: 110%;
	text-align: left;
	padding-bottom: -10%;
}
h2 {
	font-size: 100%;
	text-align: left;
	padding-bottom: -50%;
}
h3 {
	font-size: 95%;
	text-align: left;
	padding-bottom: -50%;
}