Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image:  url(../images/BlueBG.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;

}

INPUT 			{
	color: #FFFFFF;
	font-size: 20px;
	height: 31px;
	width: 229px;
	background-image:  url(../images/BlueBG.jpg);
	border: 1px solid #CCCCCC;
	margin-bottom: 5pt;
	margin-top: 5px;
}

#loading {
	background-image:url(../images/loading.gif);
	background-repeat: no-repeat;
	position:absolute; 
	left:100px; 
	top:100px; 
	padding:0px; 
	display:none; 
	z-index:2000;
	width: 50px;
	height: 50px;
}

