@charset "utf-8";
/* CSS Document */

body{
	background-color:#6772a7;
	margin-top:0px;
	margin:0px;
	overflow-x:hidden;

	/*background-image:url(images/7.jpg);*/
	
}
p{
	color:#6772a7;
	font-family:Calibri, Garamond, Georgia;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	
}
table.tbl_super{
	width:100%;
}

table.tbl_main{
	width:775px;
	background-color:#6772a7;
}
table.tbl_header{
	width:100%;
	background-color:#84a3b8;
}

table.tbl_body{
	background-color:#84a3b8;
	width:100%;
}
table.tbl_footer{
	background-color:#84a3b8;
	width:100%;
}
td.header{
	background-color:#efedf2;
}
td.message{
	background-color:#efedf2;
	line-height:normal;
	border-bottom:1px solid #666;
}
td.footer{
	background-color:#efedf2;
	font-size:12px;
	color:#666;
}

td.body_matter{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#6772a7;
	font-family:Calibri, Garamond, Georgia;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
}

a.mail{
	text-decoration:none;
	color:#69C;
}
/*--menu*/

#menu {
	float:left;
	width:100%;
	background:#efedf2;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

/*--menu*/

/*-- Column Right-- */
.accordion2 {
	width: 183px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	/*background: #e9e7e7;*/
	color:#454672;
	background:#efedf2;
	padding:0px;
	margin: 0;
	font:  100%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color:#e4e2e6;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: #f7f7f7;
	margin: 0;
	padding: 0px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}
/*-- End of Column Right-- */
