html {
	overflow-x: hidden;
	overflow-y: auto;
} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #043085;
}
a:visited {
	color: #043085;
}
a:active {
	color: #3679fa;
}
.xbig {
	font-size: 24px;
	font-weight: bold;
}
.xxxbigblue {
    color: #0554E4;
	font-size: 36px;
	font-weight: bold;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.medium {
	font-size: 14px;
	font-weight: bold;
}
.mediumblue {
    color: #0554E4;
	font-size: 14px;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}


.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}
.countdown {

	font-size: 36px;
	font-weight: bold;
}
.blue {color: #3679fa;
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: bold;
}
.black {color:#000000;}
INPUT, SELECT, TEXTAREA {
font-family: arial, helvetica;
font-size: 11px;
padding: 2;
}
.checkbox {font-size: 22px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.bigbutton {
    font-size: 20px;
	font-weight: bold;
	background:url(../images/button_bg.gif);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}
