/* CSS Document */
body {
	background-color: #666666;
	font-size: 1em;
}

table#btable {
	width: 60em;
	background-color: #ffffff;
	height: 50em;
	font-family: georgia, verdana, arial;
	color: #999999;
	border: 0.125em dashed #333333;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

#banner {
	text-align: left;
}

#nav a {
	display: block;
	width: 10em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border-bottom: 0.125em solid #999999;
	border-left: 0.125em solid #999999;
	border-right: 0.125em solid #999999;
	padding: 0em 0em 0em 0.25em;
	text-decoration:none;
}

#nav a:hover {
	color:#990000;
	background-color: #CCCCCC;
}

h1 {
	border-bottom: 0.125em dashed #990000;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

p {
	font-family: georgia, verdana, arial;
	font-size: 0.75em;
	color: #666666;
}

font.tlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	width: 120px;
	display: block;
}

a {
	border: none;
}

img {
	border: none;
}
