html {
	margin: 0;
	padding: 0;
	width : 100%;
	height : 100%;
}
body {
	background: #333333;
	margin: 0;
	padding: 0;
	width : 100%;
	height : 100%;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #2b567d;
	text-decoration: none;
}
a:hover {
	color: #2b567d;
	text-decoration: underline;
}

#x-print {
	display: none;
}
#shell {
	background-repeat: repeat-x
	background: #333333;
	margin: 0 auto;
}

#legal {
	
	position: relative;
	width: 900px;
	padding: 20px 50px 0;
	margin: 0 auto;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #999999;
	text-align: left;
}




#wrapper {
	display: none;
	position: relative;
	background: #333333;
	border-left: 3px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#shell-wrapper-base
{	
	position: relative;
	width: 1000px;
	height: 722px;
	background: #333333;
}
#shell-wrapper-inset
{
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 900px;
	height: 620px;
	z-index: 100;
}
#shell-wrapper-inset-bg
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 902px;
	height: 622px;
	z-index: 105;
}
#shell-wrapper-inset-logo
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 197px;
	height: 107px;
	z-index: 500;
}
#shell-wrapper-inset-nav
{
	position: absolute;
	top: 31px;
	left: 200px;
	width: 701px;
	height: 38px;
	z-index: 501;
}
#shell-wrapper-inset-sub
{
	position: absolute;
	top: 70px;
	left: 200px;
	width: 701px;
	height: 38px;
	z-index: 502;
}
#shell-wrapper-inset-title
{
	position: absolute;
	top: 108px;
	left: -5px;
	width: 900px;
	height: 75px;
	z-index: 499;
}
#shell-wrapper-inset-content
{
	position: absolute;
	top: 183px;
	left: 1px;
	width: 900px;
	height: 400px;
	z-index: 900;
	color: #333333;
	font-family: Arial;
}
#shell-wrapper-inset-content-wrapper
{
	position: relative;
}
#shell-wrapper-inset-footer {
	position: absolute;
	top: 586px;
	left: 26px;
	width: 850px;
	height: 20px;
	z-index: 800;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10px;
	overlfow: hidden;
}
#shell-wrapper-inset-footer a {
	color: #333333;
	margin-right: 20px;
	text-decoration: none;
}
#shell-wrapper-inset-footer a:hover {
	text-decoration: underline;
}
#shell-wrapper-inset-legal {
	position: absolute;
	top: 605px;
	left: 26px;
	width: 850px;
	height: 20px;
	z-index: 800;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: right;
	overlfow: hidden;
}
#x-trace
{
	margin: 25px;
	border: 1px solid #666666;
	padding: 10px;
	height: 100px;
	color: #CCCCCC;
	overflow: auto;
	
}
#f-nav, #f-sub, #f-content
{
	position: absolute;
	z-index: 150px
}









#x-alert
{
	background-color: #F33333;
	width: 100%;
}
#x-alert div
{
	padding: 5px 10px 5px 10px;
	font: 13px arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
}
form {
	margin: 0;
	padding: 0;
}
fieldset
{
	position: relative;
	width: 100%;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
fieldset div
{
	display: block;
	position: relative;
	width:50%;
}
fieldset label span
{
	display: block;
	position: relative;
	padding: 0 0 3px 0 !important;
	padding: 0 0 1px 0;
	font: 12px arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	cursor: hand;
}
fieldset .input
{
	display: block;
	position: relative;
	margin: 0 0 7px 0;
}
fieldset .text, fieldset .password
{
	width: 790px;
	padding: 4px 5px 4px 5px;
	border: solid 1px #CCCCCC;
	font: 12px arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
fieldset .captcha
{
	display: block;
	position: relative;
	width: 160px;
	height: 40px;
	border: solid 1px #CCCCCC;
	margin: 0;
	padding: 0;
}
fieldset .select
{
	display: block;
	position: relative;
	margin: 0 0 7px 0;
	padding: 3px;
	border: solid 1px #CCCCCC;
	font: 12px arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
fieldset .textarea
{
	display: block;
	position: relative;
	margin: 0 0 7px 0;
	width: 790px;
	padding: 4px 5px 4px 5px;
	border: solid 1px #CCCCCC;
	font: 12px arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}









