@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#D5D7E6;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.grey {
	background-color: #CCCCCC;
	color: #666666;
	margin-top: 0px;
	padding-top: 1px;
	border: 0;
	margin-bottom: 6px;
}
.goBtn {
	margin-top: 6px;	
}
.lightGrey {
	background-image: url(../images/inputBg.jpg);
	color: #000000;
	margin-top: 6px;
	padding-top: 3px;
	border: 0;
	padding-right: 11px;
	font-family: helvetica, arial;
		
}
.onTopFooter {
	z-index: 2;
}