@charset "UTF-8";
body {
	background-color: #275B91;
	background-image: url(../images/bkgd04.jpg);
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: left;
}
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #F93;
}
a:link {
	color: #72BAFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #72BAFF;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F93;
}
a:active {
	color: #F00;
}
.footer {
	font-size: 12px;
	color: #58797E;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(../images/blkTrans.png);
	padding: 20px;
	border: 3px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.headtype {
	font-family: "Anatevka Caps";
	font-size: 40px;
	color: #F90;
	text-decoration: none;
}
