@charset "utf-8";
#container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 9px solid #FFFFFF;
}
#container a:link, #container a:visited {
	color: #7B939B;
	text-decoration: underline;
}
#container a:hover {
	color: #7B939B;
	text-decoration: none;
}
#footer {
	font-size: .8em;
	color: #FFFFFF;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.buttonbkg {
	height: 50px;
	width: 108px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7B939B;
	background-image: url(images/patternBlue.gif);
	line-height: 1.6em;
	background-attachment: fixed;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
hr {
	color: #7B939B;
	height: 2px;
}

#bigtext {font-size: 17px;
text-align:center;
font-weight:bold;
}

#reg-text {font-size:15px;
text-align:center;
}

#indent { padding-left: 40px;
}