body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #333333;
	font-size: 13px;
	}


a {
	text-decoration: none;
	font-weight: bold;
	color:  #777777;
	outline: none;
	}
a:visited {
	color: #555555;
	}
a:active {
	color: #FF0000;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10;
	color: #aaaaaa;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10;
	color: #aaaaaa;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #ff0000;
	}
h4 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 5px 0px 20px;
	color: #ff0000;
	}
h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0px;
	}
h6 {
        font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.ten {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}


html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
	
#contentarea {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 50px;
	padding: 0px;
	background: #111111;
        width: 780px;
	min-height: 100%;

	}
	
#content {
	margin: 130px 0px 0px 0px;
	padding: 10px;

	}
	
#content2 {
	margin: 0px 0px 0px 0px;	
	padding: 0px 5px 5px 20px;
	}
	
#GE1 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: #DDDDDD;
	width: 130px;
        height: 130px;
	}
	
#GE2 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 130px;
	padding: 0px;
	background: #ffffff;
	width: 130px;
        height: 130px;
	}
	
#GE3 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 260px;
	padding: 0px;
	background: #777777;
	width: 130px;
        height: 130px;
	}
	
#GE4 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 390px;
	padding: 0px;
	background: #333333;
	width: 130px;
        height: 130px;
	}
	
#GE5 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 520px;
	padding: 0px;
	background: #999999;
	width: 130px;
        height: 130px;
	}
	
#GE6 {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	left: 650px;
	padding: 0px;
	background: #222222;
	width: 130px;
        height: 130px;
	}
	
#subtext {
	font-size: 10px;
	}

#undconst1 {
	color: #999999;
	font-size: 53px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
	
#undconst2 {
	color: #999999;	font-size: 27px;
	font-weight: bold;
	margin: -56px 0px 0px 155px;
	}
	
#undconst3 {
	color: #999999;	font-size: 33px;
	font-weight: bold;
	margin: -11px 0px 0px 180px;
	}
	
#undconst4 {
	color: #999999;	font-size: 40px;
	font-weight: bold;
	margin: -14px 0px 0px 45px;
	}

#undconst5 {
	color: #999999;	font-size: 27px;
	font-weight: bold;
	margin: -32px 0px 0px 132px;
	}

html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
        font-family: Courier New, Courier, monospace;
        white-space: normal;
        text-align: justify;
        
	}
