body {
	background-color: #0080BF;
	background-image: url(../images/backgroundGrad.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {color: #FFFFFF}
.style2 {	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #00A2C5;
}
a:visited {
	color: #00A2C5;
}
a:hover {
	color: #00A2C5;
}
a:active {
	color: #00A2C5;
}
.formBackdrop {background-image: url(../images/formBackDrop.gif);
    background-position: top left;
	background-repeat:no-repeat;
	
	}