body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:960px;
}
a:link {
	color: #800039;
	text-decoration: none;
}
a:visited {
	color: #800039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#TableBody{
	border: 0;
	text-align:center;
	width:100%;
	height:1100px;
	background:url(../images/default/main-bg.jpg);
	width: 100%;
}
/*---------------------------------------------------------------------------//
	Classes body out block
//---------------------------------------------------------------------------*/
.bodyOut{
	width:960px;
	border:0px;
	text-align:center;
	vertical-align:top;
}
.bodyOutTop{
	height:17px;
	width:960px;
	background:url(../images/default/contents/box01Top1.jpg);
}
.bodyOutBottom{
	height:44px;
	width:960px;
	background:url(../images/default/contents/box01Bottom.jpg);
}
.bodyOutLeft{
	width:67px;
	background:url(../images/default/contents/box01Left.jpg);
}
.bodyOutRight{
	width:67px;
	background:url(../images/default/contents/box01Right.jpg);
}
.bodyOutTableContent{
	width:826px;
	text-align:left;
	vertical-align:top;
}
/*---------------------------------------------------------------------------//
	Classes body content
//---------------------------------------------------------------------------*/
.bodyContent{
	width:826px;
	border:0px;
	text-align:left;
	vertical-align:top;
}
.bodyContentTop{
	background:#F6EFE2;
	text-align:right;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#581F09;
}
.bodyContentTopLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#581F09;
}
.bodyContentTopLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A5A098;
	text-decoration:none;
}
.bodyContentBg {
	background:#F6EFE2;
	height:500px;
}
.bodyContentFooterLeft {
	height: 65px;
	background: #E6DFD6;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #403D39;
}
.bodyContentFooterLeftLink {
	color: #403D39;
	text-decoration: none;
}
.bodyContentFooterLeftLink: hover {
	color:#A5A098;
	text-decoration:none;
}
.bodyContentFooterLeftSmall {
	height:65px;
	background:#E6DFD6;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#403D39;
}
.bodyContentFooterRight {
	height:65px;
	background:#E6DFD6;
	text-align:right;
	vertical-align:bottom;
}
/*---------------------------------------------------------------------------//
	Classes
//---------------------------------------------------------------------------*/
.center_top {
	text-align:center;
	vertical-align:top;
}
.left_top{
	text-align:left;
	vertical-align:top;
}
/*---------------------------------------------------------------------------//
	Text
//---------------------------------------------------------------------------*/
.txtStandard{
	color:#3D2F26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.txtSmall{
	color:#3D2F26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.txtStandardBold{
	color:#3D2F26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.txtStandard12Bold{
	color:#3D2F26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.txtStandard13BoldLink{
	color:#3D2F26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.txtStandardSelect13BoldLink{
	color:#8F7156;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.txtStandard12Header{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.aaa{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

.btnPlaySound{
	width:109px;
	height:16px;
	border: 0px;
	background:url(../images/default/music_on.png);
}

.btnStopSound{
	width:109px;
	height:16px;
	border: 0px;
	background:url(../images/default/music_off.png);
}

.Hidden{
	display:none;
}

.Show{
	display:block;
}