body {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-repeat: repeat;
}

#outer {
	position: relative;
	width: 760px;
	height: 960px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: left;
	background-image: url(../images/ttbkgrnd.gif);
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 760px;
	height: 25px;
}

#main {
	position: absolute;
	left: 40px;
	top: 155px;
	width: 680px;
	height: auto;
	background-color: #ccf;
}

h1 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #006;
}

td, p {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}

td.nowrap {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	white-space: nowrap;
}

.subhead {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #006;
}

.text {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}

.small {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #006;
}

.dotted {
	border-left: 1px dotted #006;
}

.dashed {
	border-bottom: 1px dashed #009;
}

.solid {
	border-left: 1px solid #555;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #aaa;
}

.link {
	text-decoration: none;verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}

.link:link {color: #006;}

.link:visited {color: #606;}

.link:hover {color: #f00;}
