/* BODY ECEEF1 --------------------------------------------*/

body {
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 10pt;
	margin: 0px;
	margin-top: 2px;
	background-color: #fff;
	color: #000;
	}

body p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
	}

body a:link {
	color: #3F669F;
	text-decoration: underline;
	}

body a:hover {
	color: #3F669F;
	text-decoration: underline;
	}

/* CONTAINER --------------------------------------------------

#container {
	position: relative;
	width: 800px;
    background-color: #ECEEF1;
	}
*/

/* CONTAINER --------------------------------------------------*/

#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
  	background-color: #fff;
	}

/* HEADER -------------------------------------------------- */

#header {
	position: relative;
	width: 800px;
	height: 154px;
	background-image: url('images/main_head.jpg');
}

/* FOOTER --------------------------------------------------*/

#footer {
	clear: both;
	width: 790px;
	padding: 5px;
	padding-top: 0px;
	font-size: xx-small;
	text-align: justify;
	background-color: #fff;
	}

/* LINE1 --------------------------------------------------*/

#line1 {
	clear: both;
	width: 800px;
	height: 1px;
	background-color: #5D5E70;
}	

/* MENU ICON_MENU --------------------------------------------------*/

#icon_menu {
	position: relative;
	float: right;
	width: 800px;
	background: #000;
	padding: 3px 0px 3px 0px;
}

#icon_menu ul {
	list-style-type: none;
	margin: 0;
	}

#icon_menu li {
	display: inline;
	}

#icon_menu a {
	text-decoration: none;
	}

#icon_menu img {
	float: right;
	border: 0;
	margin: 0 3px 0 0;
	width: 30px;
	height: 30px;
}

/* MAIN --------------------------------------------------*/

#main {
	position: relative;
	float: left;
	width: 800px;
	border: 0px;
 	background-color: #fff;
 	text-align: justify;
	}

#main .hl3 {
	color: #666;
	background-color: #000;
  	margin: 0px;
 	margin-top: 0px;
  	padding: 5px;
 	font-size: 14px; 
	font-weight: bold;
 	text-align: center;
	color: #fff;
  } 

/* TABLE --------------------------------------------------*/
		
table {
	border-collapse: collapse;
	width: 800px;
    border-style: none;
	}	

td, td a, td a:link {
	color: #000;
}	

.grey td, .grey td a {
	background: #000;
	color: #fff;
}

td a, .grey td a {
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	}

.table2 td, th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	}

td a:link, .grey td a:link {
	text-decoration: none;
}

td a:hover, .grey td a:hover {
	text-decoration: underline;
	}
	
td a:hover, td a:visited {
	color: #000;
}
.grey td a:hover, .grey td a:visited {
	color: #fff;
}
