body { /*sets styles for global document*/
	background-color: #5f5f5f;
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border: 2px solid #ffff00;
	background-color: #6f7c85;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
table.itop {
width: 750px;
	background-color: #6f7c85;
	border-left: 2px solid #ffff00;
	border-right: 2px solid #ffff00;
	border-top: 2px solid #ffff00;
}
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;
	}
a.nav:link { /*sets styles for links*/
	font-family: century-gothic, tahoma;
	font-weight: bold;
	color: #000;
	font-size: 22px;
	text-decoration: underline;
	}
a.nav:visited {
	font-family: century-gothic, tahoma;
	font-weight: bold;
	color: #000;
	font-size: 22px;
	text-decoration: underline;
	}
a.nav:hover {
	font-family: century-gothic, tahoma;
	font-weight: bold;
	color: #ffff00;
	font-size: 22px;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   font-size: 36px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
.disclaimer {
	font-size: 12px;
	}
img {
border: 0px;
	}

