html {
	height: 100%;
	overflow-y: scroll;
}
img {
	border: 0;
}
div {
	background-color: #E6DEA3;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: blue;
	background-color: #E6DEA3;
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}
input textarea select {
	font-family: Verdana, Arial, Sans-Serif;
}
#body {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin: 0;
}
* html #body {
	background-color: #E6DEA3;
	background-image: none;
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -16px;
	width: 100%;
	color: #ffffff;
	background-color: #E6DEA3;
	text-align: right;
	clear: both;
}
a {
	text-decoration: underline;
}
#header a {
	text-decoration: none;
}
/* 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 {
	background-color: #0000ff;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 30px;
}
.error {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
}
.centerform {
	margin: auto;
	text-align: center;
}

