.table {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343530;
	border-right-color: #343530;
	border-bottom-color: #343530;
	border-left-color: #343530;
	width: 900px;
	background-position: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013e8b;
	top: 0px;
	background-attachment: fixed;
	background-image: url(image/art_back.jpg);
	background-color: #CCCCCC;
	margin-top: 0px;
}
a:link {color: #BF0100; text-decoration: underline;}
a:hover {text-decoration: none; color: #666666;}
a:visited {color: #BF0100}

.header {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1B1818;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.subhead2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.footer {
	font-size: 10px;
	color: #000000;
}

#human {
visibility:hidden;
display:none;
}

.rule {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
