/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #616161;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #842111;
}
a:active {
	color: #003399;
}
.topClock {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
}
.sidemenutit {
	color: #FFFFFF;
	background-image: url(images/bg-mn-tit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.sidemenu {
	font-weight: normal;
	color: #ffd6ab;
	text-decoration: none;
	background-image: url(images/bg-mn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b4b4;
}
.sidemenu a:link {
	color: #ffd6ab;
	text-decoration: none;
}
.sidemenu a:visited {
	color: #ffd6ab;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.sidemenu a:active {
	color: #ffd6ab;
	text-decoration: none;
}
.content {
	line-height: 18px;
	text-align: justify;
}
.content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: left;
}
.content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #9c150c;
	text-decoration: none;
	text-align: left;
}
.redbold {
	font-weight: bold;
	color: #9c150c;
	text-decoration: none;
}
.black1 {
	color: #000000;
}
.lightred14 {
	color: #ffd6ab;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.chart{
	line-height:normal;
	color:#EBBD67;
	background:#000000;
	font-size:18px;
	font-weight:bold;
	width:494px;
	
}

.chart-top{
	background:url(images/chart1.gif) no-repeat;
	width:494px;
	height:46px;
	margin:0;
	padding:0;
	line-height:18px;
}

.chart-middle{
	background:url(images/chart2.gif) no-repeat;
	width:494px;
	height:46px;
	margin:0;
	padding:0;
}

.chart-bottom{
	background:url(images/chart3.gif) no-repeat;
	width:494px;
	height:53px;
	margin:0;
	padding:0;
}
.bttext {
	background-image: url(images/bg-bt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #222222;
	color: #CCCCCC;
}

