/*bodies*/
body {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #a4ffda;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

/*layers*/

/*tables and tds*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
#tbl_main {
	background-color: #ffffff;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}
#tbl_top td.brand {
	background-image: url(../images/branding_image.jpg);
	background-repeat: no-repeat;
}
#tbl_top td.brand img {
	margin: 23px 0px 11px 20px;
}
#tbl_top td.nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding: 0px 20px 2px 20px;
	vertical-align: middle;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
#tbl_footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
}
#tbl_footer td {
	font-size: 10px;
	color: #008457;
	font-weight: bold;
}
#tbl_footer td.left {
	padding: 0px 0px 2px 20px;
	height: 20px;
}
#tbl_footer td.right {
	padding: 0px 20px 2px 0px;
	height: 20px;
	text-align: right;
}
#tbl_content td.right {
	padding: 3px 0px 15px 0px;
}
#tbl_content td.fastdesc {
	border-top: 1px solid #05865a;
	border-bottom: 1px solid #05865a;
	padding: 8px;
}
#tbl_content td.nopad {
	padding: 0px;
}



/*links*/
a:link, a:active, a:visited  {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #008457;
	text-decoration: underline;
}
#tbl_top a:link, #tbl_top a:active, #tbl_top a:visited  {
	color: #ffffff;
	text-decoration: none;
}
#tbl_top a:hover {
	color: 4b4239;
	text-decoration: none;
}
#tbl_footer a:link, #tbl_footer a:active, #tbl_footer a:visited  {
	color: #008457;
	text-decoration: underline;
}
#tbl_footer a:hover {
	text-decoration: underline;
}

/*texts*/
h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 7px 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
span.images img {
	margin-bottom: 15px;
	text-align: right;
}


/*form elements*/
.txtbox1 {
	background-color: transparent;
	border: 1px solid #4f4641;
	font-size: 11px;
	color: #4f4641;
	font-family: verdana, geneva, arial;
	width: 250px;
	height: 18px;
}
.txtbox2 {
	background-color: transparent;
	border: 1px solid #4f4641;
	font-size: 11px;
	color: #4f4641;
	font-family: verdana, geneva, arial;
	width: 50px;
	height: 18px;
}
.txtbox3 {
	background-color: transparent;
	border: 1px solid #4f4641;
	font-size: 11px;
	color: #4f4641;
	font-family: verdana, geneva, arial;
	width: 195px;
	height: 18px;
}
.textarea {
	background-color: transparent;
	border: 1px solid #4f4641;
	font-size: 11px;
	color: #4f4641;
	font-family: verdana, geneva, arial;
	width: 250px;
	height: 100px;
	overflow: auto;
}
.btn {
	background-color: #008457;
	border: 1px solid #4f4641;
	font-size: 11px;
	color: #ffffff;
	font-family: verdana, arial, geneva;
}
