a:active, a:link, a:visited { 
	color: #57AA33; 
	font-family: Verdana; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.nice_border {
	border: 1 solid black;
}

.nice_border_gray {
	border: 1 blue;
}

body { 
	margin: 8;
	background-color: #fafeed;
}

td { 
	font-family: verdana, tahoma, arial; 
	font-size: 8pt;
	color: black;
}

.sub {
	height: 16px;
    font-weight: bold;
    color: #fafeed;
    background-color: #345e36;
}

.sub2 {
	height: 16px;
    font-weight: bold;
    color: #fafeed;
    background-color: #;
}

.sub-content-left {
	padding-top: 36px;
	padding-right: 2px;
	padding-left: 3px;
	background-color: #E4F1D1;
	}

.sub-content-right {
	padding-top: 36px;
	padding-left: 2px;
	background-color: #E4F1D1;
}

.menu {
    color: #fafeed;
    background-color: #345e36;
	border-left: 1 solid #fafeed;
	border-right: 1 solid #fafeed;
}

td.menu a, td.menu a:active, td.menu a:visited
{
    font-weight: bold;
    font-size: smaller;
    color: #fafeed;
    text-decoration: none;
}

td.menu a:hover
{
    font-weight: bold;
    font-size: smaller;
    color: #fafeed;
    text-decoration: underline;
}

a.xlink, a.xlink:active, a.xlink:visited {
	color: black; 
	text-decoration: none
}

a.xlink:hover {
	color: black; 
	text-decoration: underline
}


.content {
	border-left: 1 solid #345e36;
	border-right: 1 solid #345e36;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.form { 
	border-bottom: #96988F 1px solid; 
	border-left: #96988F 1px solid; 
	border-right: #96988F 1px solid; 
	border-top: #96988F 1px solid; 
	color: #000000; 
	font-family:verdana, helvetica; 
	font-size: 8pt ;
	background-color: #FAFEED
}
