/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html{
	height: 100%;
} 
body {
	height: 100%;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
	background-color: #006c33;
}
table{
}
td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 16px;
}
link{
	color:#666666;
}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f96d1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1{	
	font-size: 14px;
	color: #6e6e6e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.title1, .title1-sub, .title-web {
	font-size: 14px;
	color: #6e6e6e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.nav-bg {
	background-color:#004c1a;
}
.nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7fd29b;
}
a.nav-text:link, a.nav-text:visited, a.nav-text:hover, a.nav-text:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
a.nav-text:hover {
	text-decoration: none;
}
.footer-bg {
	background-image: url(../images/footer_bg_tile.gif);
	background-repeat: repeat-x;
	height: 80px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #499c82;
}
a.footer-text:link, a.footer-text:visited, a.footer-text:hover, a.footer-text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #055b40;
	text-decoration: none;
}
a.footer-text:hover {
	background-color:#499c82;
	color: #ffffff;
}
.header-bg-tile {
	background-color: #FFFFFF;
	background-image: url(../images/img_header_tile.gif);
	background-repeat: repeat-x;
	width: 6px;
}
.content-bg-tile {
	background-image: url(../images/content_bg_tile.gif);
	background-repeat: repeat-y;
}
.title {
	font-size:12px;
	color:#f57f38;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.t-pro-highlight {
	border: 1px solid #dddddd;
	padding: 2px;
}
.img-gallery {
	padding: 3px;
	border: 1px solid #cdcdcd;
	margin-top: 20px;
}
.tbl-main {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A3DEBA;
	border-right-color: #A3DEBA;
}
.tbl-main2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A3DEBA;
	border-right-color: #A3DEBA;
	border-left-color: #A3DEBA;	
}
.tbl-main-b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3DEBA;
	background-color: #EEF9F2;
}

