body{
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2E3192;
}

table{
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}

table.main{
	height: 100%;
	width: 750px;
	background-color: #FFFFFF;
	margin-left:auto; 
	margin-right:auto;
}

table.page_header, table.page_footer{
	width: 100%;
}

table.top_menu{
	width: 100%;
}

table.sidebar{
	width: 150px;
}

table.sidebar_menu{
}

table.login_table{
}

table.member_info{
}

td.page_header_color_line{
	background-color: #2E3192;
	height: 5px;
}

td.main_body_cell{
	width:600px; 
	height:370px;
}

a:hover, a:link, a:visited {
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #2E3192;
}

span.page_header_top_text{
	font-weight: bold;
	font-size: 10pt;
}

span.table_header{
	color: #2E3192;
	font-weight: bolder;
	font-size: 14pt;
}

span.section_header{
	color: #2E3192;
	font-weight: bold;
	font-size: 11pt;
}

span.field_label{
	color: #2E3192;
	font-size: 10pt;
}

span.required_asterisk{
	color: #4169E1;
}

span.error{
	font-size: 10pt;
	color: Red;
}

span.document{
	font-size: 9pt;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: #2E3192;
}

hr {
	color: #2E3192;
}



.hintsClass {
	text-align: center; font-family: Verdana, Arial, Helvetica;
}

table.hint {
   background-color: #2E3192;
   color: white;
   font-size: 8pt;
}


.tfvHighlight {
	color: #DB0000;
	font-size: 10pt;
}
.tfvNormal {
	color: #2E3192;
	font-size: 10pt;
}

