body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #93c6e8;
	background-image: url(images/bg_main.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited, a:active {
	color: #3c71cc;
}
a:hover {
	color: #99c800;
}

a.link_footer:link, a.link_footer:visited, a.link_footer:active {
	color: #FFFFFF;
	text-decoration:none;
}
a.link_footer:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


a.link_white_lg:link, a.link_white_lg:visited, a.link_white_lg:active {
	color: #FFFFFF;
	font-size:16px
}
a.link_white_lg:hover {
	color: #A8D200;
	font-size:16px;
}

.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #b7bdc4;
	height:18px;
}

.form_fields_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #b7bdc4;
}

.form_fields_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFEAEA;
	border: 1px solid #b7bdc4;
	height:18px;
}

.form_fields_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #b7bdc4;
	height:18px;
	width: 176px;
}

.form_fields_text_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #b7bdc4;
	width: 176px;
}

.form_fields_error_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFEAEA;
	border: 1px solid #b7bdc4;
	height:18px;
	width: 176px;
}

.link_footer_text {
	color:#FFFFFF;
}

.header_blue {
	color:#3869c6;
	font-size:18px;
}

.header_green {
	color:#99c800;
	font-size:18px;
}
.header_blue {
	color:#2c5b97;
	font-size:18px;
}

.header_sub_green {
	color:#A8D200;
	font-size:14px;
}

.header_sub_blue {
	color:#3869c6;
	font-size:14px;
}

.header_sub_red {
	color:#D20000;
	font-size:14px;
}

.header_sub_white {
	color:#FFFFFF;
	font-size:16px;
}

.text_white {
	color:#FFFFFF;
}

.text_sm {
	font-size:9px;
}

.text_blue {
	color:#3869c6;
}

.require {
	color:#D20000;
}

.flag_error_border {
	border: 1px solid #D20000;
}

.flag_error_top {
	background-image:url(images/bg_flag_error_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.flag_error_bot {
	background-image:url(images/bg_flag_error_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.flag_ok_top {
	background-image:url(images/bg_flag_ok_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.flag_ok_bot {
	background-image:url(images/bg_flag_ok_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.flag_ok_border {
	border: 1px solid #A8D200;
}

.hand_image {
	cursor:pointer;
}

.panel_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	padding:1px;
	font-size:11px;
	z-index:1000;
}

.layout {
	font-size:1px;
}

.service_text {
	font-size:12px;
}
.styledate {
	font-size: 9px;
	color: #000000
}