/* 

This file controls the layout of the other pages, which are MUCH more interesting to read. ;-)

*/ 

/* CSS Document */
body {
	background: #FFFFFF;
	margin: 0px;
}
.bodycopy {  font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; color: #000000; font-size: 12px}
a:link { text-decoration: none}
a:hover { color: #FF6600; text-decoration: none}
a:active { text-decoration: underline}
a:visited { text-decoration: none}

.batlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.batlink a:link {
	text-decoration: none;
}
.batlink a:hover {
	color: #FF9900; text-decoration: none
}
.batlink a:visited {
	text-decoration: none;
}

.recorded {
	color: #660033;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.graytext { color: #666666; }
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 4px 0px;
	border-top: thin solid #FFFFCC;
	border-right: medium solid #999999;
	border-bottom: medium solid #999999;
	border-left: thin solid #FFFFCC;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration: none;
}

.navlink a:hover {
	text-decoration: none;
	background-color: #FFFF99;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #000099;
}
.navlink a:visited {
	color: #0000FF;
	text-decoration: none;
}

