body {
	font-size:12px;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
	
code {
	font-size: 120%;
	}
	
pre {
	font-size: 120%;
	}
	
h1 {
	margin:2px 0px 25px 0px;
	padding:0px;
	font-size:22px;
	line-height:22px;
	vertical-align: text-bottom;
	font-weight:200;
	color:#c30000;
	}

h2 {
	margin:2px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color:#996;
	}
	
h3 {
	margin:16px 0px 15px 0px;
	font-size:12px;
	padding:0px;
	line-height:12px;
	font-weight:800;
	color:#c30000;
	}
	
h4 {
	margin:16px 0px 8px 0px;
	font-size:12px;
	padding:0px;
	line-height:12px;
	font-weight:800;
	color:#000000;
	}

p	{
	font:12px/16px verdana, arial, helvetica, sans-serif;
	}
	
p.nobg	{
	font:12px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	padding:4px;
	background-color:#fff;
	border: 1px ridge #ddd;
	}
	
/* For Internet Explorer */	
hr {
	height: 1px; 
	color: #999; 
	border: none;
	} 

/* For Gecko-based browsers */
html>body hr {
	height: 1px; 
	background-color: #999; 
	border: none;
	}

/* For Opera and Gecko-based browsers */
html>body hr {
	height: 1px;
	background-color: #999; 
	border: 0px solid #999;
	} 
	
img {
	border-width: 0px;
	}

td 	{
	font:12px/16px verdana, arial, helvetica, sans-serif;
	}

ul {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: square;
	}

ul.disc {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: disc;
	}

ul.circle {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: circle;
	}

ul.square {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: square;
	}

ul.none {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: none;
	}

ol {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: decimal;
	}

ol.decimal {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: decimal;
	}

ol.lroman {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: lower-roman;
	}

ol.uroman {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: upper-roman;
	}

ol.lalpha {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: lower-alpha;
	}

ol.ualpha {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	list-style-position: outside; 
	marker-offset: 4px; 
	list-style-type: upper-alpha;
	}

.select {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: 900;}

.help {
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #210042;
	font-weight: bold;
	font-style: italic;
	}

.su {
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #630000;
	font-weight: bold;
	font-style: italic;
	}
	
a {
	color:#039;
	text-decoration:underline;
	border-style: none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#039;}
a:visited {color:#306;}
a:hover {color:#c30000;}

#Header a {
	color:#000;
	font-size:9px;
	letter-spacing: 6px;
	text-decoration:none;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Header a:link {color:#000;}
#Header a:visited {color:#000;}
#Header a:hover {color:#c30000;}

#Menu a {
	color:#039;
	font-size:10px;
	text-decoration:underline;
	border-style: none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Menu a:link {color:#039;}
#Menu a:visited {color:#306;}
#Menu a:hover {color:#c30000;}

#Footer a {
	color:#039;
	font-size:10px;
	text-decoration:underline;
	border-style: none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Footer a:link {color:#039;}
#Footer a:visited {color:#306;}
#Footer a:hover {color:#c30000;}

#Header {
	color:#000;
	font-size:9px;
	letter-spacing: 6px;
	text-decoration:none;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif;
	
	margin:-2px 0px 0px 0px;
	padding:17px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	text-align: center;
	line-height:12px;
	background-color:#fff;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin: 0px 50px 50px 154px;
	padding:10px;
	background-color:#eee;
	}

#Logo {
	position:absolute;
	top:55px;
	left:20px;
	width:130px;
	padding:2px;
	background-color:#fff;
	text-align: center;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:130px;}

#Menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	position:absolute;
	top:110px;
	left:20px;
	width:120px;
	text-align: left;
	padding:2px;
	background-color:#fff;
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:15px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:120px;}
	
#Footer {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	font-size: 10px;
	font-weight: 100;
	border-top: 1px ridge #999;
	}
	
.red 	{ color: #C30000;}
.gold 	{ color: #CC9900;}
.sage 	{ color: #999966;}
.gray 	{ color: #666666;}
.blue 	{ color: #000066;}
.white 	{ color: #ffffff;}
.black 	{ color: #333333;}

.largest {font-size: 30px;}
.larger {font-size: 24px;}
.large {font-size: 18px;}
.medium {font-size: 12px;}
.small {font-size: 11px;}
.smaller {font-size: 10px;}
.smallest {font-size: 8px;}

/* BlueRobot was here. */
