body {
	background-color: #999999;
}
.style1 {color: #FFFFFF}
a {
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
.titletable {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #FF0000;
	border-bottom-width: 14px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	letter-spacing: 2px;
	text-transform: capitalize;
	margin: auto;
	text-indent: 10px;
	font-weight: 900;
	background-color: #999999;
}
.textbackground {
	background-color: #000000;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
.cellpad10 {
	padding: 10px;
}
.boarder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
}
.bottompadding {
	margin-bottom: 45px;
}
