html { height: 100%; margin-bottom: 1px; }

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #003399;
	font-weight: bold;
}

.redStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: red;
	font-weight: bold;
}
.whiteStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: white;
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}

A:link  {
	font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;
	font-style: normal; color: #003399; text-decoration: underline}
	A:visited  {
	font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;
	font-style: normal; color: #b0c0d0; text-decoration: underline}
A:active  {
	font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;
	font-style: normal; color: #003399; text-decoration: underline}
A:hover   {
	font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;
	font-style: normal; color: red; text-decoration: none}
