body {
	background-color: #E7E7E7;
	background-image: url(../images/bg.gif);
	margin: 0px;
}

.left 
{
	background-image:url(../images/bgleft.gif);
}

li.headlist
{
	list-style-image: url(../images/dot_yellow.gif);
}

.boxmiddleblue {
	background-color:#418533;	
}

.boxwhite {
	background-color:#FFFFFF;	
}

.breadcrumb {
	background-color: #223814;
	margin: 2px;
	padding: 2px 2px 2px 5px;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.boxblue {
	background-color: #1C3914;
}
.boxyellow {
	background-color: #FFBC05;
	font-size: 8pt;

}
.navleft {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1C3914;
	padding: 3px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;



}
.navleftact {
	background-color: #EEEEEE;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1C3914;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;






}
p, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;

}
a {
	color: #336600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.navleftlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.navleftlink:hover {
	color: #FFBC05;
	text-decoration: underline;
	font-weight: bold;

}

a.bclink 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.bclink:hover
{
	color: #FFBC05;
	text-decoration: underline;
	font-weight: bold;
}

a.headlink 
{
	color: #FFFFFF;
	text-decoration: none;
}

a.headlink:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.stdbox {
	padding: 10px;
}
.headlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
}

.headnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
}

.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222222;
}

.txtsmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
ul {
	list-style-type: square;
	position: relative;
	top: -5px;
}

input, select, textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

.errorpanel
{
	position: absolute;
	top: 50px;
	left: 100px;
	width: 350px;
	height: 150px;
	z-index: 100;
	background-color: #FFFFFF;
	border-style: outset;
	border-width: 1px;
}

.headgrid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1C3914;
}

.griditem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.altgriditem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #DDDDDD;
}

.pager span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.pager a
{
	font-size: 9pt;
}

.popup
{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 400px;
	height: 150px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #fff;
	z-index: 10;
}