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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
}
.menu {
	background-color:#FFFFFF;
}
.menu td {
	text-align:center;
}
.menuItem {
	color:#6c859b;
	border-bottom: 1px solid #e0e6ea;
	border-top: 1px solid #e0e6ea;
}
.menuTable {
	border-left: 1px solid #e0e6ea;
	border-right: 1px solid #e0e6ea;
	border-bottom:1px solid #e0e6ea;
}
.menuTable td {
	text-align:left;
}
.menuItemLink {
	text-decoration:none;
	color:#6c859b;
}

.menu a:hover
{
	color:#000;
}
a img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
.maincontent {
	color:#486177;
	font-size: 12px;
	line-height: 150%;
	padding: 25px 100px;
	text-align: left;
	background-image:url(../images/bg.jpg);
	background-position: top; 
	background-repeat: no-repeat; 
	background-color:#FFF;
	
}
.footer {
	text-align:center; 
	color:#486177; 
	line-height: 200%;
	font-size: 12px;
}

.tab {
	text-align: left;
	color: #486177;
}

.tab .list {
	margin: 0 auto;
	margin-top: 15px;
}

.tab .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.tab a {
	color: #486177;
	text-decoration: none;
	font-size: 12px;
}

.tab a:hover {
	text-decoration: underline;
}
.tab .line {
	background-image: url(../images/tab_line.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 30px;
	}


