TABLE
{
	background-color: #FFFFFF;
}

BODY
{
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 20px;
}

BODY, H1, H2, H3, H4, P, LI, A, UL, OL, TABLE, TD
{
	font-family: Verdana, Arial;
	font-size: x-small;
}

.td_h
{
	background-color: #008800;
	color: #FFFFFF;
	font-weight: bold;
}

.td_sh
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
}

P, DD, DT, LI
{
	font-weight: normal;
	text-align: justify;
	text-indent: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}

H1, H2, H3, H4
{
	font-weight: bold;
}

H1
{
	color: #008800;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration:underline;
}
H2
{
	color: #555555;
	margin-top: 10px;
	margin-bottom: 0px;
	text-indent: 10px;
}

H3
{
	font-family: Verdana, Arial;
	margin-top: 10px;
	text-align: center;
	color: #008800;
}

H4
{
	color: #000000;
}

LI,UL,OL
{
	list-style-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}
HR
{
	width: 40%
}
PRE
{
	background-color: #EEFFFF;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	padding: 5px;
}
.pre_out
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Fixedsys, "Courier New", Courier, mono;
	padding: 11px;
}
CODE
{
	color: #883300;
	font-family: Fixedsys, "Courier New", Courier, mono;
	font-size: small;
}


a:link    { text-decoration:none; color: #0000FF; font-weight: normal;}
a:visited { text-decoration:none; color: #000088; font-weight: normal; }
a:active  { text-decoration:none; color: #FF0000;}
a:hover   { text-decoration:underline; color: #006600; }

.intro
{
	text-indent: 0;
}
.right_aligned
{
	text-indent: 0;
	text-align: right;
}

.left_aligned
{
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	text-indent: 0;
}
.updated
{
	color: #888888;
	text-align: center;
	text-indent: 0;
}

.graybutt {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BORDER-LEFT: #000000 1px solid;
	CURSOR: hand;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	WIDTH: 90px;
	HEIGHT: 18px;
}

.inputbox {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EEEEEE;
	WIDTH: 190px;
	HEIGHT: 18px;
}
