html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCcc;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#e6e6e6; 
}

body {
	background-color: #D6D8D9;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img { 
	border-color: black; 
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	background-color: #EEEEEE;
	border-style: outset;
	border-width: 1px;
	border-color: #BBBBBB;
}



.homecolumn {
	padding-left: 40px;
	padding-right: 40px;
}
.homecolumn_divider {
	background: url('gui/column_divider.jpg') top center repeat-y;
	padding-left: 1px;
	padding-right: 1px;
}
.insidecolumn {
	padding-left: 40px;
	padding-right: 20px;
}





.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
}
.text a {
	font-weight: bold;
	color: #1D4D0F;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #1D4D0F;
	text-decoration: underline;
}
.text .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
.text .title a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
.text .title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}
.text .pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	color: #1D4D0F;
}




.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




.importantlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #1D4D0F;
	padding-top: 5px;
	padding-bottom: 5px;
}
.importantlinks a {
	font-weight: bold;
	color: #1D4D0F;
	text-decoration: none;
}
.importantlinks a:hover {
	font-weight: bold;
	color: #1D4D0F;
	text-decoration: underline;
}





.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #777777;
}
.copyright a {
	color: #1D4D0F;
	text-decoration: none;
}
.copyright a:hover {
	color: #1D4D0F;
	text-decoration: underline;
}





.anylinkcss {
	position: absolute;
	visibility: hidden;
	font: normal 12px Arial;
	line-height: 14px;
	border: 1px solid #666666;
	border-bottom-width: 0;
	background-color: #EEEEEE;
	color: #1D4D0F;
	width: 130px;
	z-index: 100;
}
.anylinkcss a {
	width: 100%;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding: 3px 5px 3px 5px;
	background-color: #EEEEEE;
	color: #1D4D0F;
	text-decoration: none;
}
.anylinkcss a:hover {
	background-color: #1D4D0F;
	color: #FFFFFF;
	text-decoration: none;
}
