BODY {
	margin: 0;
	border: 0;
	background-color: #F0F0F0;
	height: 100%;
}

A { outline: 0; }

DIV {
	text-align: left;
	font-family: arial;
	font-size: 8pt; 
	color: #636363;
}

DIV#container {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../images/body_bg_htile.gif');
	background-repeat: repeat-x;
	text-align: center;
}

TABLE#panel {
	width: 830px; 
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	background-color: #FAFAFA;
}

TABLE#header {
	background-color: #FFFFFF;
}

TABLE#member_login_box TD .textbox {
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	color: 666666;
	border: 1px solid #E0E0E0;
	padding-left: 3px;
	padding-right: 3px;
	width: 115px;
	height: 16px;
}

TABLE#nav {
	background-color: #FFFFFF;
}

TD#nav {
	background-image: url('../images/nav_background.gif');
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	height: 32px;
}

TABLE#newsticker {
	background-color: #FFFFFF;
}
	
DIV#newsticker A, DIV#newsticker A:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: #CB5E28;
	text-decoration: none;
}

.left_column {
	background-image: url('../images/left_column_vtile.gif'); 
	background-repeat: repeat-y;
}

.right_column {
	background-image: url('../images/right_column_vtile.gif'); 
	background-repeat: repeat-y;
}

.text, .text P, TD.td-text, TD.td-text P {
	font-family: arial;
	font-size: 9pt;
	color: #555555;
}

.text_loginbox {
	font-family: arial;
	font-size: 8pt;
	color: #555555;
}

.text A, .text P A, TD.td-text A, TD.td-text P A {
	font-family: arial;
	font-size: 9pt;
	color: #144C94;
	font-weight: bold;
}

.text_loginbox A {
	font-family: arial;
	font-size: 8pt;
	color: #144C94;
	font-weight: bold;
}

.page_heading {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #144C93;
}

.news_headline {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

.news_date {
	font-family: arial;
	font-size: 8pt;
	font-style: italic;
	color: #555555;
	text-decoration: underline;
}

.news_image {
	border: 2px solid #144C93;
}

.text_footer, .text_footer A {
	font-family: arial;
	font-size: 8pt;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
}

.notice {
	font-family: arial;
	font-size: 8pt;
	color: #D60101;
	line-height: 16px;
	text-decoration: none;	
}

#membermenu TD A, #membermenu TD A:hover {
	font-family: arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

FIELDSET {
	margin: 0px 0px 5px 0px;
	border: 1px dotted #C0C0C0;
	padding: 3px 6px 7px 6px;
}	

LEGEND {
	background-color: #FAFAFA;
	padding: 0px 3px 0px 3px;
	margin-left: 10px;
	font-family: arial;
	font-size: 8pt;
	color: #666666;
}	

FORM { 
	margin: 0; 
}

FIELDSET LABEL {	
	clear: left;
	float: left;
	margin: 6px 10px 0px 0px;
	width: 115px;
	text-align: right;
	font-family: arial;
	font-size: 8pt;
	color: #666666;
}

FIELDSET INPUT {
	height: 20px;		
	border: 1px solid #C0C0C0;
	margin: 3px 0px 2px 0px;
	padding-left: 3px;
	font: normal 10px verdana;
	color: #616161;
	background-image: url('../images/input_bg.gif');
	background-color: #F4F4F4;
	background-repeat: repeat-x;
}	

FIELDSET SPAN.form-label {
	clear: left;
	float: left;
	margin: 6px 10px 0px 0px;
	width: 115px;
	text-align: right;
	font-family: arial;
	font-size: 8pt;
	color: #666666;
}	

FIELDSET SPAN.form-label-short {
	clear: left;
	float: left;
	margin: 6px 10px 0px 0px;
	width: 65px;
	text-align: right;
	font-family: arial;
	font-size: 8pt;
	color: #666666;
}	

FIELDSET SPAN.form-text {
	float: left; 
	margin: 6px 10px 0px 0px; 
	width: 550px; 
	font-family: arial; 
	font-size: 8pt; 
	color: #666666;
}	

FIELDSET SPAN.form-text-short {
	float: left; 
	margin: 6px 10px 0px 0px; 
	width: 240px; 
	font-family: arial; 
	font-size: 8pt; 
	color: #666666;
}	

FIELDSET SELECT	{	
	border: 1px solid #C0C0C0;
	margin: 3px 0px 2px 0px;
	font: normal 10px verdana;
	color: #616161;
	background-image: url('../images/input_bg.gif');
	background-color: #F4F4F4;
	background-repeat: repeat-x;		
}

.fieldset-submit {
	border: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}	

FIELDSET TEXTAREA {
	width: 370px;
	height: 100px;
	border: 1px solid #C0C0C0;
	margin: 3px 0px 2px 0px;
	padding-left: 3px;
	font: normal 10px verdana;
	color: #616161;
	background-image: url('../images/textarea_bg.gif');
	background-color: #F4F4F4;
	background-repeat: repeat-x;	
}	

.input_nostyle {
	border: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
}