
body {
	margin:		20px 25px 40px 25px;
	padding:	0px;
	color:		#000000;
	background:	#FFFFFF;
}

body,td {
	font-family:	Verdana;
	font-size:	13px;
}

.roottable {
	border:		0;
	width:		100%;
	height:		100%;
}

h1 {
	font-family:	Arial;
	font-weight:	bold;
	font-size:	26px;
	color:		#505050;
	background:	#E8E8E8;
	padding:	10px;
	white-space:	nowrap;
	margin-bottom:	20px;
}

span.copy {
	font-family:	Arial;
	font-size:	9px;
	white-space:	nowrap;
	color:		#202020;
	float:		right;
	margin-right:	10px;
}

.build {
	font-family:	Arial;
	font-size:	10px;
	color:		#202020;
	float:		right;
	text-align:	right;
	margin-right:	10px;
}

.logo {
	float:		left;
}

td.gheader {
	height:		90px;
}

td.gfooter {
	height:		60px;
}

div.menutree {
	width:		350px;
	overflow-x:	auto;
}

div.menutree a {
	text-decoration:none;
	font-family:	Arial;
	color:		#707070;
	display:	block;
	height:		13px;
	margin-bottom:	13px;
	white-space:	nowrap;
}

div.menutree a.selected {
	color:		#2080C0;
}

div.menutree div {
	padding-left:	0px;
}

div.menutree div div {
	padding-left:	15px;
}

span.ff {
	font-family:	Courier New;
	font-weight:	bold;
	margin-right:	4px;
}

div.bodyarea {
	height:		100%;
	margin-left:	25px;
	padding-left:	25px;
	padding-right:	10px;
	border-left:	1px solid #E0E0E0;
	text-align:	justify;
}

pre {
	background:	#F0F0F0;
	padding:	5px 0 5px 5px;
}

table.border td, table.border th { border-bottom: 1px dotted #aaa; border-left: 1px dotted #aaa; }
