/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
img {
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -30px; /* make this half your image/element height */
 margin-left: -30px; /* make this half your image/element width */
}

body {
	margin: 0;
	padding: 0;
	background-color: #9ca147;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}	

form {
	margin: 5px;
	padding: 0
}

label {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: pointer
}
.white-font-regular
{
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;

}

.white-font {	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.font-heading{
 	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 	
	color: #FFFFFF; font-weight: bold; 
}

.white-font-bold {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold; 
}


a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


