body {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	normal;
	font-size:	10pt;
}

td {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	normal;
	font-size:	10pt;
}

a {
	color:		black;
	font-family:	arial;
	font-weight:	normal;
	font-size:	10pt;
}

iframe {
	background:	white;
	border:		1px solid #aaaaaa;
	width:		100%;
	height:		100%;
}

.pagetitle {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	16pt;
}

.tabletitle {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	12pt;
}

.header {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	10pt;
}

.alias {
	background:	white;
	color:		grey;
	font-family:	arial;
	font-size:	9pt;
}

.minoralias {
	background:	white;
	color:		grey;
	font-family:	arial;
	font-size:	7pt;
}

#tabs ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#tabs li {
	float: left;
	border: 1px solid #aaaaaa;
	border-bottom-width: 0;
	margin: 0 1px 0 0;
}

#tabs li a {
	text-decoration: none;
	padding: 0 2px;
	background: gray;
}

#content {
	border: 1px solid black;
	clear: both;
}

#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
}
