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;
	height: 100%;
}
input textarea select { font-family: Verdana, Arial, Sans-Serif; }
#body {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#widebody {
	background-color: #d5e6fb;
	margin: 0 auto;
	position: relative;
	width: 1440px;
	min-height: 100%;
}
* html #body { height: 100%; }
#header {
	width: 100%;
	background-color: #CC0000;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#footer {
	color: #ffffff;
	background-color: #0066cc;
	text-align: right;
	margin-top: -16px;
	position: relative;
	width: 100%;
	clear: both;
}
/* Default styles */

.centerText { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.red { color: #ff0000; }
.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*/
.tborder { border-top: 1px solid #000; }
.rborder { border-right: 1px solid black; }
.bborder { border-bottom: 1px solid black; }
.lborder { border-left: 1px solid black; }
/* Divs */

.memberinfo { padding-left: 20px; }
/* Text */

.pagetitle {
	color: #ffffff;
	background-color: #CC0000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 30px;
}
.error {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
}
.good {
	color: #3c0;
	font-size: 1.2em;
	font-weight: bold;
}
.centerform {
	margin: auto;
	text-align: center;
}
.header {
	font-size: 1.4em;
	font-weight: bold;
}
.header2 {
	font-size: 1.2em;
	font-weight: bold;
}
