HTML {
	height: 100%;
}
BODY {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4c4c4c;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 16px;
}
A:LINK, A:VISITED, A:ACTIVE {
	text-decoration : none;
	color: #666666;
	font-weight: bold;
}
A:HOVER {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
A.alt:LINK, A.alt:VISITED, A.alt:ACTIVE {
	text-decoration : none;
	color: #688670;
	line-height: 22px;
	font-weight: bold;
}
A.alt:HOVER {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
A.press:LINK, A.press:VISITED, A.press:ACTIVE {
	text-decoration : none;
	color: #333333;
}
A.press:HOVER {
	text-decoration: none;
	color: #688670;
}
.copyALT {
	font-family: Arial, Helvetica, sans-serif;
	color: #688670;
	font-size: 11px;
	line-height: 16px;
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485D7F;
	width: 375px;
	padding: 3px;
}
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485D7F;
	width: 375px;
	padding: 3px;
}