html {
	height: 100%;
	overflow-y: scroll;
}
img { border: 0; }
div {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: white;
	background-color: #000090;
	height: 100%;
}
input textarea select { font-family: Verdana, Arial, Sans-Serif; }
#body {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin: 0 0 0 0;
}
* html #body {
	background-color: #000080;
	background-image: none;
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -16px;
	width: 100%;
	background-color: #000080;
	color: #ffffff;
	text-align: right;
	clear: both;
}
/* Default styles */

.centerText { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.red { color: #ff0000; }
.white { color: #fff; }
.green { color: #00ff00; }
.dkgreen { color: #3c0; }
.blue { color: #0000ff; }
.s8 { font-size: 8pt; }
.s10 { font-size: 10pt; }
.s12 { font-size: 12pt; }
.s14 { font-size: 14pt; }
/* End Default styles */

/*Table Cell Borders*/

.rborder { border-right: 1px solid black; }
/* Divs */

.memberinfo { padding-left: 20px; }
/* Text */

.pagetitle {
	color: #ffffff;
	background-color: #000090;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 30px;
}
.error {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
}
.warning {
	color: #ff0000;
	font-weight: bold;
}
.centerform {
	margin: auto;
	text-align: center;
}

