@charset "UTF-8";
/* CSS Document */
*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
BODY, FORM
{
	padding: 0px;
	margin: 0px;
}
BODY, DIV, SPAN, OL, UL, LI, TABLE, TD, TH, IMG, BR, TEXTAREA, INPUT, LABEL, SELECT, A, A:link, A:hover, A:visited, A:active, H1, H2, H3, H4, H5
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	position: relative;
	$text-align: left;
	color: #666666;
}
DIV:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
DIV {$height: 0px;}
BR {clear: both;}
H1, H2
{
	margin: 0px;
	padding: 6px 0px 1px 0px;
	background-image: url(../images/common/hpoints.gif);
	background-repeat: repeat-x;
	background-position: 100% 13px;
	font-size: 18px;
	line-height: 18px;
}
H1 SPAN
{
	color: #313b56;
	font-size: 18px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding: 0px 6px 0px 3px;
}
H2
{
	padding: 3px 3px 0px 3px;
	padding-bottom: 13px;
	background-position: 100% 100%;
	color: #1d2466;
	font-size: 10px;
	line-height: 21px;
	text-align: right;
	font-weight: bold;
}
.clsBody
{
	text-align: center;
	overflow: auto;
	padding-top: 44px;
	background: #b3b3b3 url(../images/window/bg.gif) repeat-x 0px 0px;
}
.clsSkin
{
	width: 953px;
	margin: 0px auto;
	background-image: url(../images/window/skin.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
}
.container
{
	padding: 20px 40px 49px 32px;
	background-image: url(../images/bg/001.jpg);
	background-position: 412px 20px;
	background-repeat: no-repeat;
}
/*content*/
.content
{
	height: 563px;
	width: 100%;
	overflow: auto;
	padding: 25px 21px 10px 27px;
}
.contentText
{
	padding: 0px 3px 0px 3px;
}
.contentLeft
{
	float: left;
	width: 360px;
	padding-top: 29px;
}
.contentRight
{
	float: right;
	width: 167px;
	padding-right: 3px;
}
/*navBarTop*/
.navBarTop, .navBarTop A, .navBarTop A:link, .navBarTop A:hover, .navBarTop A:visited, .navBarTop A:active, .navBarTop SPAN
{
	font-size: 11px;
	line-height: 15px;
	color: #313b56;
}
.navBarTop A:hover
{
	color: #1d2466;
	text-decoration: underline;
}
.navBarTop SPAN
{
	color: #1d2466;
	font-style: italic;
	cursor: default;
}
.navBarTop
{
	padding: 151px 26px 0px 348px;
	text-align: center;
	letter-spacing: -2px;
	font-family: "Courier New", Courier, monospace;
	color: #63657a;
	height: 183px;
}
/*navBarBottom*/
.navBarBottom, .navBarBottom A, .navBarBottom A:link, .navBarBottom A:hover, .navBarBottom A:visited, .navBarBottom A:active, .navBarBottom SPAN
{
	font-size: 11px;
	line-height: 15px;
	color: #535353;
	text-decoration: underline;
}
.navBarBottom A:hover
{
	color: #313b56;
}
.navBarBottom SPAN
{
	text-decoration: none;
	cursor: default;
}
.navBarBottom
{
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-family: "Courier New", Courier, monospace;
}
