html, body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#containerDiv {
	position: relative;
	height: 100%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	top: 0px;



}



#form {
	width: 90%;
	left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}


#messagebox {
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
}


#messagewindow {
	position: relative;
	width: 700px;
	background-color: #CCCCCC;
	left: 10px;
}

font-variant: normal;
}


a.nav:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color: #003399;
	font-weight: bold;
}
alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	line-height: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
