html{min-height:100%;margin-bottom:1px}

font		{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 11px;
}

h1 {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #BABABA;
}
h2 {
	font-family: Verdana,Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #BABABA;
}

body		{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 11px;
	background-color: #ffffff;
	position: absolute;
	top:5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0px;
}
						
/* START LINK Styling */
a:link {
	text-decoration: underline;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
/* END LINK Styling */
