@charset "UTF-8";
/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 100px auto auto auto;
	color: #585858;
}

p { margin: 7px 0 7px 0; }

td { }

a:link {
	color: #909090;
	text-decoration: none;
	font-size: small;
}

a:visited {
	color: #909090;
	text-decoration: none;
	font-size: small;
}

a:hover {
	color: #990000;
	font-size: small;
}

a:active {
	color: #909090;
	font-size: small;
}

#center { height: 530px; width: 800px; text-align: left; position: relative; margin: auto; visibility: visible; }
#left { text-align: left; }
#box {
	height: 530px;
	width: 900px;
	top: 5px;
	border: solid 1px gray;
	position: relative;
}
#innerbox { height: 196px; width: 496px; margin: 2px auto; }
#nav { text-align: right;}
#b { left: 30px; top: 22px; position: absolute; }
#t { right: 30px; top: 30px; text-align: right; position: absolute; }
