@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F5F6;
}
html {overflow-y: scroll;}
a:link {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: none;
}
.table_top {
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	height:129px;
}
.table_content {
	background-image:url(../images/bg_content.jpg);	
	background-repeat:repeat;
	height:150px;
}
.table_botton {
	background-image:url(../images/bg_botton.jpg);
	background-repeat:repeat-x;
	height:115px;
}

.table_banner {
	background-image:url(../images/bg_tables.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:748px;
	border:solid 1px #a2a2a2;
	height:257px;
	padding:2px;
}

.table_client_area {
	background-image:url(../images/bg_tables.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:246px;
	border:solid 1px #a2a2a2;
	height:257px;
	padding:2px;
}

.table_menu {
	width:750px;
	border:solid 1px #a2a2a2;
	height:25px;
	padding:2px;
}

.table_small_banners {
	background-image:url(../images/bg_tables.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:241px;
	border:solid 1px #a2a2a2;
	height:130px;
	padding:2px;
}

.top_title {
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:129px;
}

.site_content_area {
	background-color:#FFF;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	height:150px;
}
.font_blue {
	color: #039;
	font-size: 14px;
}
.font_title_green {
	font-size: 18px;
	color: #060;
}

.font_subtitle_blue {
	font-size: 14px;
	color: #039;
}

.textinput40 {
	width:210px;
	border:1px solid #090;
	font-size:15px;
	color:#000;
	text-indent:7px;
	padding:7px 0;
	margin-bottom:10px;
}

.textinput400b {
	width:410px;
	border:1px solid #090;
	font-size:15px;
	color:#000;
	text-indent:7px;
	padding:7px 0;
	margin-bottom:10px;
}

.textinput_form {
	width:600px;
	border:1px solid #090;
	font-size:15px;
	color:#000;
	text-indent:7px;
	padding:7px 0;
	margin-bottom:10px;
}



/* MENU CSS */

.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('../images/breadcrumbImage.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline; }
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; color:#039; text-decoration:none; line-height:30px; display:block; background:url('../images/breadcrumbImage.png') 100% -60px no-repeat; padding:0 25px 0 5px; outline:none;}
.breadcrumb ul li a:hover {color:#090; }
.breadcrumb ul li a.active{background:none; color:#039; }
.breadcrumb ul li a.active:hover {text-decoration:none; }
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('../images/breadcrumbImage.png') 0% 0px no-repeat;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('../images/breadcrumbImage.png') 100% -90px no-repeat; }



.copyright {
	font-size: 10px;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.font_content {
	text-align: justify;
}
.bold_text {
	font-weight: bold;
}

