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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/* Site Structure */

.table_top {
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	height:95px;
}

hr {
	border: 1px solid #09c;
}

.table_map {
	border-width:1px;
	border-style:solid;
	border-bottom-color:#09c;
	border-left-color:#09c;
	border-right-color:#09c;
	border-top-color:#09c;
	padding:3px;
}

.table_content {
	background-image:url(../images/bg_content.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	height:600px;
}

.table_botton {
	background-color:#23629d;
	border-top-color:#0CF;
	height:150px;
}

/* Inputs Formatting */

.textinput40 {
	width:300px;
	border:1px solid #d3d3d3;
	background:#fff;
	font-size:12px;
	color:#000;
	text-indent:7px;
	padding:5px 0;
	margin-bottom:0px;
}


/* Menu Structure */


.table_menu_left {
	background-image:url(../images/bg_bt_right.jpg);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
	height:34px;
	width:7px;
}

.table_menu_bg {
	background-image:url(../images/bg_bt.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:34px;
	width:788px;

}

.table_menu_right {
	background-image:url(../images/bg_bt_left.jpg);
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
	height:34px;
	width:6px;
}

.table_MENU_div {
	height:34px;
	
}

/* TEXTS */


.big_text_home {
	font-size: 24px;
	color:#006;
	text-align: justify;
}

.text_content {
	font-size: 12px;
}

.text_botton_link {
	color:#FFF;
}
.copyright {
	font-size: 10px;
	color: #FFF;
}
.text_title {
	font-size: 20px;
	color: #006;
}
