html {
	margin: 0;
	min-width: 600px;
	background: #eeffcc;
	padding: 0.25em 1em 2em 1em;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffcc;
	margin: 0.5em;
	line-height: 1.3em;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #001100;
}

a {
	color: #0000aa;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #9933CC;
}

p {
	line-height: 1.3em;
	text-indent: 0;
	padding-left: 0em;
}

.hang {
	text-indent: -3em;
	padding-left: 3em;
}

.note {
	text-indent: 0em;
	padding-left: 3em;
}

h1 {
	color: #002200;
	background-color: #ddffcc;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	padding-bottom: 2px;
	letter-spacing: 0.03em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #00aa00;
}

h2 {
	color: #002200;
	background-color: #ffffcc;
	font-size: 16px;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #002200;
	background-color: #ffffcc;
	font-size: 12px;
}

img {
	border-style: dashed;
	border-width: 0px;
	border-color: #ccc;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	color: #002200;
	margin-left: 0.5em;
}

table {
	background-color: #ffffdd;
}

.columns4 {
	margin-left: 0.25em;
	width: 100%;
}

td {
}

.c1 {
	width: 10%;
	text-align: right;
	line-height: 1.1em;
}

.c2 {
	width: 8%;
	text-align: center;
	line-height: 1.1em;
}

.c3 {
	width: 20%;
	text-align: left;
	line-height: 1.1em;
}

.c4 {
	text-align: left;
	line-height: 1.1em;
}

#main {
	text-align: left;
	border: 1px solid #666;
	background: #ffffcc;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#bodyarea {
	padding: 2em;
	min-height: 300px;
}

#topbar {
	padding-bottom: 0.0em;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li {
	float: left;
}

#tabs a,span {
	width: 90px;
}

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #ffff00;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #ddffcc;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #ccffff;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #ffff00;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #ccffcc;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 1em;
	background: #ccffcc;
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #222;
	white-space: nowrap;
}

#subtabs li.active {
	background: #ffff00;
	text-decoration: underline;
}

#subtabs li:hover {
	background: #22ffee;
	color: #222;
	text-decoration: underline;
}

#subtabs li:first-child { border-left: none; }


