body
{
	
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

body, table, input
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	display: none;
}

/* Page ------------------------ */

#page
{
	width: 100%;	
}

/* Header --------------------- */

#header
{	
	display: none;
}

/* Logo Bar -------------------*/

#logo
{
	/*	background-image: url(../images/header.gif);*/
	width: 240px;
	height: 100px;		
}

/* Slogan -------------------*/

#headerslogan
{
	display: none;
}

/* Menu -------------------*/

#menu
{
	display: none;
}


/* Footer ---------------------*/

#footer
{
	display: none;
}

/* Menu -------------------------*/

#menu
{
	display: none;
}


#sidecolumn
{
	display: none;
}

/* Form Table -------------------------*/
table.form
{
	border: 1px solid #5A533E;
	border-collapse: collapse;
	background-color: #E3E3E3;	
	width: 100%;
	margin: 0px 0px 8px 0px;
}

table.form tbody td, table.form tbody th
{
	padding: 4px 5px 4px 6px;
	font-size: 10px;
	vertical-align: center;
	border-bottom: 1px solid #80869C;	
}

table.form tbody th
{
	text-align: right;
	padding: 2px 6px 2px 4px; 	
	background-color: #C1C2C7;
	border-right: 1px dashed #000000;
}

table.form colgroup col.column1
{
	width: 37%;
}

table tfoot td
{
	background-color: #2738AA;
	border: 1px solid #5A533E;
	padding: 2px 0px 3px 0px;
	font-size: 9px;
	color: #1A190C;	
	text-align: center;
}

table.form tfoot td
{
	text-align: left;
	padding: 4px 0px 4px 5px;
	border: none;
}

table thead.formheading th
{
	background-color: #2738AA;	
	padding: 2px 0px 2px 2px;	
	border: 1px solid #5A533E;	
	text-align: left;
	font-size: 10px;	
	color: #FFFFFF;	
}

.formheading
{
	height: 20px;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

a.white:link, a.white:visited, a.white:active
{
	display: none;
}

a.white:hover
{
	display: none;
}
#white
{
	display: none;
}
.white
{
	display: none;
}