HTML {
	font-size: 0px;
	height: 100%;
}
BODY {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 100%;
}
BODY #Form {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
/* Portal Links */
A {
	font-family: Tahoma;
	font-size: 11px;
}
A:link {
	color: #8C0E0E;
	text-decoration: underline;
}
A:visited {
	color: #8C0E0E;
	text-decoration: underline;
}
A:active {
	color: #8C0E0E;
	text-decoration: underline;
}
A:hover {
	color: #AA352A;
	text-decoration: underline;
}
/* Portal Text */
.Normal {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
/* MODULE Links */
A.Normal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
A.Normal:link {
	color: #8C0E0E;
	text-decoration: underline;
}
A.Normal:visited {
	color: #8C0E0E;
	text-decoration: underline;
}
A.Normal:active {
	color: #8C0E0E;
	text-decoration: underline;
}
A.Normal:hover {
	color: #AA352A;
	text-decoration: underline;
}
