/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #;/*sets the body background color*/
	color: #; /*set the default text color */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000066;
	background-repeat: repeat-y;
	background-position: center center;
	width: 1024px;
}
#text {
	width: 600px;
	font-size: 09pt;
	text-align: center;
	color: #222222;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	height: 70px;
	bottom: auto;
	border-width: 50px;
}
#form {
	width: 650px;
	font-size: 9pt;
	text-align: center;
	color: #000066;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	height: 70px;
	bottom: auto;
	border-width: 50px;
}
/*Begin laying out the Banner Div*/
#banner {
	width: 727px;
	font-size: 100%;
	text-align: center;
	color: #222222;
	background-image:  url(../Web/images/Index_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	height: 85px;
	background-attachment: scroll;
}

#footer {
	font-size: 9pt;
	text-align: center;
	color: #FFFFFF;
	bottom: auto;
}

#footer a {
	font-size: 100%;
	color: #CCCCCC;
	bottom: auto;
}