body {
	background:#f0f0e0; 
}

td, div {
	font-family: helvetica;
	font-size: 10px;
	color:#aaa;
}

.text {
	padding:3px 4px 12px 0px;
	font-family: helvetica;
	font-size: 11px;
	line-height:13px;
	color:#999;
}

.info {
	padding:0px 0px 12px 0px;
	font-family: helvetica;
	font-size: 12px;
	line-height:14px;
	color:#999;
}

.smcap {
	padding:0px 0px 1px 0px;
	font-size: 8px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
}

.name {
	font-size: 16pt;
	font-weight:normal;
}

.nav {
	font-size: 13pt;
	padding:1px 4px 0px 4px;
}

.box_sel {
	font-size:8px;
	background: #aaa;
	padding: 0px;
}

.topnav {
	padding:3px 4px 1px 4px;
	color:#666;
	text-transform:uppercase;
}

.select {
	padding:3px 4px 1px 4px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}

.copy {
	padding:2px 0px 0px 0px;
	color:#aaa;
	font-size:7pt;
}

.top { 
	padding:3px 0px 0px 0px;
	line-height:18px;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

a { color: #666; text-decoration: none; }
a:hover { color: #999; }

a.box { background: #666; text-decoration: none; font-size:8px; padding: 0px; }
a.box:hover { color: #333; background: #999; }
a.box:visited { color: #666; }