body {
	margin: 0px;
}

BODY, TD {
	font-family: Tahoma;
	font-size: 11px;
}

INPUT, SELECT, TEXTAREA {
	border: solid 1px #555555;
	font-family: Tahoma;
	font-size: 11px;
}

INPUT.button {
	border: 0px;
}

.greenswitch_web {
	width: 1002px;
	height: 100%;
	min-height: 100%;
}

.formheading {
	/* background-color: #3F891C; */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	height: 25px;
	background: url("../images/subtitlebg.gif");
}

.formtitle {
	font-weight: bold;
	color: #3F891C;
}

.loginfield {
	width: 135px;
	height: 15px;
	background: url("../images/sidebar/field.gif");
	font-family: Tahoma;
	font-size: 10px;
	border: 0px;
	padding: 2;
}

.contentcell {
	padding: 15;
}

a:link {
	color: #3F891C;
	text-decoration: none;
}

a:visited {
	color: #3F891C;
	text-decoration: none;
}

a:hover {
	color: #3F891C;
	text-decoration: underline;
}