.maintable {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.greentable {
	background-image: url(/images/background_lightgreen.gif);
	border: 1px solid #669999;
}
.greybordertable {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.greytable {
	background-image: url(/images/background_grey.gif);
}
.brownspecial {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
.list {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(/images/bullet_brown.gif);
	color: #333333;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-image: url(/images/background_green.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytextnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006666;
	text-decoration: underline;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(/images/background_grey.gif);
	border: 1px solid #999999;
}
