BODY
{
	/*overflow: auto;*/
	margin: 5px;
	background-color: #006E3A;
}

BODY.b2
{
	overflow: auto;
	margin: 0px;
	background-color: #006E3A;
}

BODY.b3
{
	overflow: auto;
	margin: 0px;
	background-color: white;
}

.welcome
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.text1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.text2
{
	font-family: Arial;
	font-size: 10pt;
}

.text3
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.text4
{
	font-family: Arial Narrow;
	font-size: 8pt;
	font-weight: bold;
}

.link1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	float: none;
	color: Blue;
	text-decoration: none;
}

.link1:hover
{
	text-decoration: underline;
}

.link2
{
	font-family: Arial;
	font-size: 10pt;
	float: none;
	color: Blue;
	text-decoration: underline;
}

.form_field
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	float: right;
	vertical-align: top;
	white-space: nowrap;
}

.form_text_box
{
	/*width: 248;*/
	width: 250px;
	
}

.form_button
{
	border: 2px outset;
}

.form_button2
{
	border: 2px outset black;
}

.form_text
{
	font-family: Arial;
	font-size: 10pt;
}

.code
{
    font-size: 10pt;
    font-family: monospace;
    width: 500;
    height: 250;
    color: #007000;
    border: silver 1px solid;
    padding: 0.5em;
    overflow: auto;
    background-color: #f5f5f5
}

.col_heading
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;	
}

.col_heading_arrow
{
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;	
}

FONT.spacer
{
	font-size: 2pt;
}

.container
{
	padding: 5px;
	/*margin: 5px;*/
	border: 1px solid black;
	background-color: white;
}

.logo_container
{
	 background-color: white;
	 border: 1px solid black;
	 text-align: center;
}

.nav
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.nav:hover
{
	color: #006E3A;
}

.nav_spacer
{
	background-color: black;
	height: 1px;
	overflow: hidden;
}

.nav2
{
	/*width: 100px;*/
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.nav2:hover
{
	color: #006E3A;
}

.nav2_container
{
	padding-left: 10px;
	padding-right: 10px;
}

.nav_spacer2
{
	background-color: black;
	width: 1px;
	overflow: hidden;
}