/* CSS Document */
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #4C4D4F;
}
.ClsBlackBg
{
	background: #000000;
}
.ClsGrayBg
{
	background: #4C4D4F;
}
.ClsYellowBg
{
	background: #FAA819;
}
.ClsBlackBorder
{
	border:solid;
	border-width:1px;
	border-color:#000000;
}
.clsBlackLeft
{
	BACKGROUND: url(images/black_left.gif) left 100%;
    background-position: top center;
	BACKGROUND-REPEAT:repeat-y;
}
.clsYellowRight
{
	BACKGROUND: url(images/yellow_top_right.gif) right 100%;
    background-position: top right;
	BACKGROUND-REPEAT:no-repeat;
}
.clsYellowRightBg
{
	BACKGROUND: url(images/yellow_right_bg.gif) right 100%;
    background-position: top right;
	BACKGROUND-REPEAT:repeat-y;
}
.ClsYellowBottomBg
{
	BACKGROUND: url(images/yellow_bottom_bg.gif) left 100%;
    background-position: top left;
	BACKGROUND-REPEAT:repeat-x;
}
.clsTopDropshadow
{
	BACKGROUND: url(images/dropshadow_top.gif) left 100%;
    background-position: top left;
	BACKGROUND-REPEAT:repeat-x;
}
.clsBottomDropshadow
{
	BACKGROUND: url(images/dropshadow_bottom.gif) left 100%;
    background-position: top left;
	BACKGROUND-REPEAT:repeat-x;
}
.ClsLeftDropshadow
{
	BACKGROUND: url(images/dropshadow_left.gif) left 100%;
    background-position: top left;
	BACKGROUND-REPEAT:repeat-y;
}
.ClsText1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
.ClsText2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-align:center;
	color:#FAA819;
	background-color:#000000;
	text-decoration:none;
}
.ClsText3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.ClsText4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.ClsText5
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.ClsText6
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#868686;
	text-decoration:none;
}
.ClsText7
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.ClsVertSap
{
	BACKGROUND: url(images/v_dots.gif) center 100%;
    background-position: middle;
	BACKGROUND-REPEAT: repeat-y;
}
.ClsHoriSap
{
	BACKGROUND: url(images/h_dots.gif) center 100%;
    background-position: center middle;
	BACKGROUND-REPEAT: repeat-x;
}
.ClsCopyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-align:right;
	color:#805100;
	text-decoration:none;
}
.hidden {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	color: #000000;
	visibility:hidden;
	text-decoration: none
}