input.box { 
	font-size: 8pt;
	border: 1px solid;
	border-color:#999999;
	font-family: Verdana;
	color: black;
}

select
{
	font-size: 8pt;
	font-family: Verdana;
	color: black;
}

textarea
{
	width: 240px;
	font-size: 8pt;
	border: 1px solid;
	border-color: #999999;
	font-family: Verdana;
	color: black;
	border-style: none none none none;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #778E4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.dg_line
{
	background-color:#B7BDC2;
}

.dg_line_over
{
	background-color: lightgrey;
}

.dg_it
{
	color:#000000;
	font-size:8pt;
	font-family:Arial;
	background-color:#B7BDC2;
}

.dg_head
{
	color:#EEEEEE;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
	background-color: #669966;
}

.dg_page
{
	color:#ffffff;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
}

.error_txt
{
	color:#993300;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
}
.txt
{
	font-size: 8pt;
}

.title 
{
	font-size: 8pt;
	font-weight: bold;
}

.tab_title 
{
	font-size: 8pt;
	font-weight: bold;
	background: #ffffff;
	width: 150px;
}

.nav_title 
{
	font-size: 8pt;
	font-weight: bold;
	/*background: #cccccc;*/
}

.menu_title
{
	font-size: 8pt;
	color: darkgray;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
}

a {
	color: #003366;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 1px
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 1px
}
