@charset "utf-8";
/* CSS Document */

body{
	background:#fff url(../img/bg.png);
	font-family:Arial,Helvetica,sans-serif;
}
a{
	color:#018286;
	margin:0;
	padding:0;
}
.main{
	background:#fff;
	width:800px;
	padding:10px 10px 0;
	margin:100px auto;
	overflow:hidden;
}
.main hr{
	background:url(../img/separator.png) repeat-x;
	border:none;
	height:5px;
	margin:10px 0;
}
.main hr.last{
	margin:0 0 10px;
}
.logo{
	background:#018286 url(../img/logo.png) no-repeat center top;
	height:138px;
	width:100%;
}
.content{
	width:100%;
	overflow:hidden;
}
table.top{
	border:none;
	padding:0;
	margin:0 auto;
}
.direct{
	display:block;
	border:#018286 1px solid;
	width:200px;
	padding:10px;
	margin:0 5px;
	overflow:hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity80);

}
.direct:hover{
	opacity:1;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity1000);
}
.direct h1{
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 5px;
}
.direct h3{
	font-size:12px;
	line-height:14px;
	text-align:center;
	margin:0;
}
.direct img{
	border:none;
	margin:0;
	padding:0;
}
.direct.row2{
	margin-top:10px;
}

table.text{
	width:100%;
}
table.text td{
	width:390px;
	padding:0 0 20px;
}
table.text td.center{
	width:20px;
}
table.text h3{
	color:#777;
	font-size:15px;
	margin:0 0 5px;
}
table.text p{
	color:#999;
	font-size:13px;
	margin:0 0 5px;
}

.footer{
	font-size:8pt;
	color:#6E6E6E;
	text-align:justify;
	width:820px;
	margin:0 auto;
}
.footer a{
	font-size:8pt;
	color:#6E6E6E;
}