body { /*sets styles for global document*/
	background-color: #540000;
	color: #540000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border: 5px double #ff0101;
	background-color: #ffe9a9;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
table.itop {
width: 750px;
	background-color: #ffe9a9;
	border-left: 5px double #ff0101;
	border-right: 5px double #ff0101;
	border-top: 5px double #ff0101;
}
a:link { /*sets styles for links*/
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
h1 {
font-family: verdana, tahoma;
font-size: 26px;
font-weight: bold;
color: #000;
}
.disclaimer {
	font-size: 14px;
	}
img {
border: 0px;
	}
