body {
	background-color: #FFFFFF;
	color: #000000;
	font-family:verdana, arial, helvetica, sans-serif;
}

img {
	border: 0px;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

#heading { 
	font-size: 16pt; 
	font-family:Arial, Verdana, sans-serif; 
	font-weight: bold;
}

.subheading { 
	font-size: 14pt; 
	font-family:Arial, Verdana, sans-serif; 
	font-weight: bold;
}
	
.bar {
	padding: 5px 5px 5px 10px;
	background-color: #BB0000;
	color: #F0F0F0;
	margin: 0px;
	font-weight: bold;
}

#table-heading { 
	font-weight: bold;
}
	
.indent {
        font-size: 10pt;
	font-family:Courier, sans-serif;
	position: relative;
	text-indent: 10%;
	line-height: 35px;
}

.file {
	font-family:Courier, sans-serif;
}
#config {
	font-family:Courier, sans-serif;
}

#console {
	font-family:Courier, sans-serif;
}

/*Below comes from the Layout Reservoir at http://www.bluerobot.com/web/layouts/ */

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
}

p {
	font:16px verdana, arial, helvetica, sans-serif;
}

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

a:link {color:#AA0000;}
a:visited {color:#9C4B13;}
a:hover {color:#FF0000;}

#content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#menu {
	position: fixed;
	top:100px;
	left:20px;
	width:162px;
	padding:10px;
	background-color:#eee;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:162px;
	}
/* Again, "be nice to Opera 5". */
body>#menu {width:150px;}






