body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../shared_files/lightgreen_bg.jpg);
}
a:link {
	color: #336633;
	text-decoration : none;
}
a:visited {
	color: #339933;
	text-decoration : none;
}
a:hover {
	color: #33CC33;
	Text-decoration : underline;
}
a:active {
	color: #339933;
	text-decoration : none;
}
.textfield{
	background-image : url(../shared_files/lightgreen_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.maincol {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
