body {
	background: #EFEFEF none repeat scroll 0 0;
	font: normal 80% Verdana,Lucida,'MgOpen Cosmetica','Lucida Sans Unicode',sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a {
	color: #34647F;
	text-decoration: underline;
}

a:hover {
	color: #34647F;
	text-decoration: none;
}

.wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-header {
	background-color: #FFFFFF;
	height: 80px;
	padding: 5px;
	border-left: 1px solid #DFEAEE;
	border-right: 1px solid #DFEAEE;
}

	.wrapper-header .wrapper-logo {
		width: 300px;
	}

	.wrapper-header h1 {
		margin: 0px;
		font-size: 220%;
		font-weight: normal;
		color: #000000;
	}

	.wrapper-header h1 span {
		color: #7F8C51;
	}

	.wrapper-header h2 {
		margin: 0px;
		font-size: 130%;
		color: #34647F;
	}

	.wrapper-header .wrapper-login {
		width: 300px;
		text-align: right;
		float: right;
	}

.wrapper-menu {
	background-color: #FFFFFF;
}
	.wrapper-menu-list {
		background-color: #888888;
		height: 34px;
	}

	.wrapper-menu-list ul {
		padding: 0px;
		margin:0 0 0 15px;
		list-style: none;
		list-style-type: none;
	}

	.wrapper-menu-list ul li {
float:left;
height:34px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:3px;
position:relative;
	}

	.wrapper-menu-list ul li a {
		color: #FFFFFF;
display:block;
		background-color: #888888;
		text-decoration: none;
font-weight:bold;
line-height:30px;
padding:0 10px;

	}

	.wrapper-menu-list ul li a:hover {
		background-color: #34647F;
		color: #FFFFFF;
		text-decoration: none;
	}

	.wrapper-menu-list ul li.selected a {
		text-decoration: none;
		color: #34647F;
		background-color: #FFFFFF;
		tex-decoration: none;
	}

.wrapper-content {
	margin-top: 5px;
	border-left: 1px solid #DFEAEE;
	border-right: 1px solid #DFEAEE;
	border-top: 1px solid #DFEAEE;
	background-color: #FFFFFF;
}

.wrapper-content-left {
	width: 165px;
	float: left;
	background-color: #D4DEE3;
	border-right: 1px solid #DFEAEE;
	padding: 5px;
}

	.wrapper-content-left .left-box {
		margin-bottom: 5px;
	}

	.wrapper-content-left .left-box h3 {
		color: #888888;
		border-bottom: 1px dotted #C3D9E1;
		margin: 0px;
		padding: 0px;
		font-size: 15px;
		font-weight: bold;
	}

	.wrapper-content-left .left-box ul {
		list-style: none;
		list-style-type: none;
		margin: 0px;
		margin-left: 13px;
		padding: 0px;
	}

	.wrapper-content-left .left-box ul li {
		font-weight: bold;
	}

	.wrapper-content-left .left-box ul li a {
		text-decoration: none;
	}

	.wrapper-content-left .left-box ul li a:hover {
		text-decoration: none;
		color: #888888;
	}

.wrapper-content-right {
	margin-left: 185px;
	background-color: #FFFFFF;
	padding: 5px;
}

.wrapper-footer {

}

	.wrapper-footer-menu-top {
		border-top: 1px solid #DDDDDD;
		background-color: #F7F7F7;
		border-bottom: 1px solid #DFEAEE;
		text-align: center;
		padding-top: 6px;
		height: 23px;
	border-left: 1px solid #DFEAEE;
	border-right: 1px solid #DFEAEE;
	}

	.wrapper-footer-menu-top ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		list-style-type: none;
	}

	.wrapper-footer-menu-top ul li {
		display: inline;
		padding-right: 10px;
	}

	.wrapper-footer-copyright {
		text-align: center;
		font-size: 85%;
	}


.tabs-box {
	font-weight: bold;
	font-size: 110%;
}

.tabs-box a {
	text-decoration: none;
}

.tabs-box .tabs-right {
	text-align: right;
}

.tabs-box .selected a {
	color: #000000;
	text-decoration: underline;
}

#JT {
background-color: #FFFFFF;
}