body {
	background: #007dc5 url(img/bg_img.jpg) no-repeat fixed 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #336d8e;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

td.header-cell {
	padding-top: 100px;
}

td.mid-img {
	padding: 2px;
}

td.mid-txt {
	padding: 35px 72px 5px 23px;
	color: #336d8e;
	font-size: 10pt;
}

td.mid-txt2 {
	padding: 10px 10px 15px 23px;
}

td.mid-txt2 a {
	color: #336d8e;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-decoration: none;
}

td.mid-txt2 a:hover {
	color: #333333;
	text-decoration: none;
}

table.nav tr td {
	vertical-align: bottom;
}

div.header {
	font-size: 18pt;
	font-weight: normal;
	color: #336d8e;
	padding-bottom: 20px;
}

table.bot tr td {
	color: #b6fef5;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
	line-height: 17px;
}

table.bot tr td a, table.bot tr td div {
	color: #333333;
	text-decoration: none;
}

table.bot tr td a:hover {
	color: #000000;
	text-decoration: none;
}


/* eform css */

form.eform {
	display: inline;
}
table.eform {
	margin-top: 15px;
}
table.eform tr td {
	text-align: right;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}
table.eform tr td div {
	padding-right: 125px;
	color: #666666;
	font-weight: bold;
}
input.eform1 {
	color: #666666;
	border: 1px solid #666666;
	background-color: #bbec31;
	font-size: 7pt;
	padding: 2px;
	width: 160px;
}
input.eform2 {
	color: #666666;
	border: 1px solid #666666;
	background-color: #bbec31;
	font-size: 7pt;
	padding: 2px;
	font-weight: bold;
	margin-top: 3px;
	width: 90px;
}
div.eform_ok {
	font-weight: bold;
	color: #006600;
}
div.eform_err {
	font-weight: bold;
	color: #990000;
}

