body { 	background : #E1E1C4; font-family : Verdana, Tahoma, Arial, sans-serif; color : #FFF; font-weight : normal;
			list-style-type : disc; font-size : 10pt; text-align: center; }
table#main { border: 0px; width: 750px; background-color: #3E3E00; }
table#header { width: 100%; text-align: left; }
table#page { width: 100%; background-color: #3E3E00; }
table#pagetop { border: 2px #000 solid; width: 100%; background-color: #424200; color: #C1C186; font-size: 10pt; }
table#pagetop td { vertical-align: top; border: 2px #3E3E00 solid; }
table#pagecontent { border: 1px #000 solid; width: 100%; background-color: #424200; color: #C1C186; font-size: 10pt; }
table#pagecontent td { color:#FFF; }

P {
	font-size : 10pt;
}

H1 {
	font-size : 100%;
	text-align : center;
}

H2 {
	font-size : 110%;
	font-weight : bold;
	text-align : left;
}

H3 {
	font-size : 105%;
	font-weight : bold;
   text-align : center;
}

a {
	font-family : Verdana, Tahoma, Arial, sans-serif;
}

a:link {
    color : #FFCC99;
}
a:visited {
    color : #FF9966;
}
a:hover {
    color : #FF6600;
}
a:active {
    color : #FF6600;
}

HR {
	color : #33CCCC;
	height : 3px;
	width : 90%;
}

div#navigation {
	width: 125px;
	text-align: left;
	font-weight: bold;
}
div#navigation ul {
	list-style-type: none;
	font-size: 10pt;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
div#navigation ul li {
	display: block;
}
div#navigation ul li a {
	text-decoration: none;
	width:100%;
	padding: 2px;
	display: block;
}
div#navigation ul li a:visited {
}
div#navigation ul li a:hover {
	background-color: #5B5B00;
}
div#navigation ul li ul {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 0 10px;
}