@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #8C8C8C;
}
.maincontent{ 
    background-image:url(../images/index_04.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}
.ticker {
    font-weight:bold;
    color:#ffffff;
}
.ticker a { 
    font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}
.ticker a:link {
	text-decoration:underline;
}
.ticker a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}
.ticker a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.ticker a:active {
	text-decoration: none;
	color: #ffffff;
	text-decoration:underline;
}

a { 
    font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #4468A6;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.footer{color: #FFFFFF;
}
h1 {
background-color:#cccccc;
border-top-color:#666666;
border-top-style: solid;
font-size:12px;
color:#000000;
padding:5px;
}

.header {
background-color:#cccccc;
border-top-color:#666666;
border-top-style: solid;
font-size:12px;
font-weight:bold;
color:#000000;
line-height:15px;
padding:5px;
text-align:left;
}