/* CSS Document */
body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
a {
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #660000;
}
h2 {
	font-size: 18px;
	color: #660000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #660000;
}

.bodytable
{
background: url('images/body.jpg');
background-repeat: no-repeat;
}
.tableheading {
	background: #C3A468 url(none) no-repeat;
	font-weight: bold;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
}
.tablerow1 {
	background-color: #CFBC8C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3A468;
	height: 20px;
	padding-left: 4px;
}
.tablerow2 {
	background-color: #C6B38E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3A468;
	height: 20px;
	padding-left: 4px;
}
.generictable {
	border: 1px solid #c3a468;
}
.tablebottom {
	background: #C3A468 url(none) no-repeat;
	font-weight: bold;
	height: 12px;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
}
.formfield {
	width: 110px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	background-color: #999999;
}
.darkstonetext {
	color: #333333;
}
.formfieldbody {
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #CC9933;
	background-color: #FFFFCC;
}
.stonetextyellow {
	color: #D59D18;
}
.biotable {
	padding: 10px;
}
.bioname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}
