html	{ height: 100%; overflow-y: scroll; }

img		{
	border: 0;

}

div		{ margin: 0; padding: 0; border: 0; }

body	{
	margin: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}

input textarea select	{ font-family: Times New Roman, Times, serif; }



#body 		{ position: relative; min-height: 100%; width: 700px; margin: 0 0 0 0; }
#widebody { background-color: #ffffff; margin: 0 auto; position: relative; width: 1440px; min-height: 100%; }
* html #body{ background-color: #000000; background-image: none ; height: 100%; }

#footer		{ position: relative; margin-top: -16px; width: 100%; background-color: #ffffff; color: #ffffff; text-align: right; clear: both; }



/* Default styles */

.centerText { text-align: center; }

.fmpimage {margin-left: 10px;}

.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;
	padding-left: 8px;
}

.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; }

.indent	{ padding-left: 50px;}



/* Text */

.pagetitle	{ color: #ffffff; background-color: #CC0000; font-size: 1.4em; font-weight: bold; padding: 0 30px; }

.error		{ color: #000000; font-size: 1.2em; font-weight: bold; }

.centerform	{ margin: auto; text-align: center; }

