
body
{
    PADDING: 0px;
    MARGIN-TOP: 0px;
	margin-left: 15px;
    BACKGROUND: white;
	color: #000;
    FONT: 10pt/1.2 Verdana, Arial, Helvetica, sans-serif;	
	text-align: left;
}

#body {
    PADDING: 0px;
	margin: 0px;
	border: none;
}

.compact {
    PADDING: 0px;
	margin: 0px;
	border: none;
}

p, td, li, ol, ul {
    FONT: 8pt/1.2 Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.dentry {
    FONT: 8pt/1.1 Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

table {
	border: 1px solid gray;
}

table.noborder {
	border: none;
}

.nopadding {
    PADDING: 0px;
	margin: 0px;
	border: none;
}

a 
{
	background-color: transparent;
    FONT-WEIGHT: bold;
    COLOR: #a00;
    TEXT-DECORATION: underline
}

a.light
{
	FONT: 8pt/1.1 Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
    FONT-WEIGHT: normal;
    COLOR: #a00;
    TEXT-DECORATION: none
}

pre
{
	background-color: transparent;
    FONT-SIZE: 10pt;
    COLOR: blue
}

.posttime
{
	background-color: transparent;
	color: #cccccc;
	font-weight: normal;
    FONT-SIZE: 8pt;
}

.super
{
	background-color: transparent;
	color: #aaa;
	font-size:8pt; 
	vertical-align:top; 
}

td.pos1
{
	background-color:  #CFB53B;
	color: #000;
	font-size:36pt; 
	font-weight: bold;
	vertical-align:top; 
}
td.pos2
{
	background-color: #C0C0C0;
	color: #000;
	font-size:34pt; 
	font-weight: bold;
	vertical-align:top; 
}
td.pos3
{
	background-color: #8C7853;
	color: #000;
	font-size:32pt; 
	font-weight: bold;
	vertical-align:top; 
}
td.pos
{
	background-color: #eee;
	color: #000;
	font-size:26pt; 
	font-weight: bold;
	vertical-align:top; 
}

td.falsepos
{
	background-color: #eee;
	color: #aaa;
	font-size:18pt; 
	vertical-align:top; 
}

.aside
{
	color: #aaa;
}

.r0 {
    BACKGROUND: white;
}
.r1 {
    BACKGROUND: #eee;
}

.footnote
{
	background-color: transparent;
	color: #aaa;
	font-size:8pt; 
}

.comment
{
	background-color: transparent;
	color: #444;
	font-size:8pt; 
}

.err
{
	background-color: red;
	color: yellow;
	font-weight: bold;
    FONT-SIZE: 10pt;
}

.notice
{
	background-color: blue;
	color: white;
	font-weight: bold;
    FONT-SIZE: 10pt;
}

ol
{
    MARGIN-RIGHT: 40px
}

li
{
    MARGIN-BOTTOM: 10px
}

blockquote {
	border-left:5px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	background:#ffa;
	color:#000;
	padding:10px;
	text-align:left;
	font: 9pt/1.2 Verdana, Arial, Helvetica, sans-serif;
	}

.toppane {
	margin-right:0;
	margin-left:0;
	margin-top:0;
	padding-bottom:2pt;
	background-color: red;
	color: white;
	text-align:left;
	min-width:500px;
	font-weight: bold;
	font: 30pt/1.2 Verdana, Arial, Helvetica, sans-serif;
	}

#aside  {
		background-color: transparent;
		color:#ccc;
		}

	#content {
		margin-right:1%;
		margin-left:1%;
		margin-top:1%;
		padding-bottom:10px;
		background:#fff;
		color: #000;
		border:0px solid #000;
		text-align:left;
		min-width:500px;
		}
		
	#menufooter  {
		margin-bottom:20px;
		}
		
	#menusitelinks {
		font-size:10pt;
		}
	
	.menus {
		/*
		border-left:2px dotted #aaa; 
		border-bottom:2px dotted #aaa;
		border-top:2px dotted #aaa;
		*/
		border-right:10px solid #f00;
		background:#fafafa;
		color:#000;
		padding:10px;
		margin-bottom:10px;
		text-align:left;
/*		font-size:8pt;*/
	    font: 8pt/1.2 Verdana, Arial, Helvetica, sans-serif;
		}
	
	#menu {
		/*width:240px;*/
		padding:0px;
		margin-left:20px;
		margin-right:-3px;
		float:right;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override out bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #menu {
		margin-right:-6px;
		}
		
	p,h1,h2 {
		margin-top:0px;
		margin-bottom:10px;
		padding:0px 0px 0px 0px;
		}
		
	h2 {
		font-size:16pt;
		padding-top:0px;
		margin-bottom:0px;
		font-weight: bold;
		}

	h3 {
		font-size:14pt;
		padding:0px;
		margin:0px;
		font-weight: bold;
		}

	h4 {
		font-size:12pt;
		padding-top:0px;
		margin-bottom:3pt;
		font-weight: bold;
		}
		
	#title h1 {
		font-size:18pt;
		font-weight: bold;
		/*
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		border-left:20px solid #007;
		*/
		margin-top:1pt;
		padding-left:10px;
		padding-right:10px;
		padding-top:2pt;
		padding-bottom:2pt;
		color: #000;
		background:#eee;
		}
		
	#title {
		padding:0px;
		margin-right:-6px;
		margin-left:-6px;
		width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
		voice-family: "\"}\"";
		voice-family: inherit;
		/*width:auto;*/
		}
	html>body #title {
		width:auto;
		}
			
	a.sitelinksred { background-color: transparent; color:#c00; }
	a.sitelinksredorange { background-color: transparent; color:#f60; }
	a.sitelinksorange { background-color: transparent; color:#f90; }
	a.sitelinksyellow { background-color: transparent; color:#fc0; }

	a.anchor {
		font-size:10pt;
		font-weight:normal;
		}
		
	p.anchor {
		text-align:right;
		}
	
	.links {
		margin-left:50px;
		margin-right:30px;
		}
	
	.layouts {
		font-size:8pt;
		margin-left:10px;
		}
