@charset "utf-8";
body {
	background-color:#002;
}
td, th {
	font-family:Arial;
	font-size:small;
}
a:visited, a:link {
	font-family:Arial;
	font-size:11px;
	color:#0FF;
}
#footer {
	text-align:center;
	float: left;
	width: 970px;
	margin:2px;
	padding: 2px;
	border: #CCC 5px solid;
	background-color:#999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family: Verdana;
	font-size:small;
}
.section {
	width: 100%;
	background-color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:thin solid #F00;
	font-family:Arial;
	margin-top:5px;/*margin:auto;*/
}
.whiteborder {
	border:medium solid #CCC;
}
.section th {
	background-color:#200;
	color:#FF6;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	border-right:thin solid #666;
	border-bottom:thin solid #666;
}
h1 {
	background-image: url(images/bg/red.gif);
	text-align:center;
	text-shadow:1px 1px 1px #000;
	font-size:18px;
	margin:2px;
	padding: 2px;
}
h2 {
	/*	background-image: url(../images/bg/redbar.jpg);*/
	background:#9C6;
	color:#900;
	font-size:9px;
	margin:2px;
	padding: 2px;
}
.section td {
	color:#FFF;
	font-size:12px;
	text-align:left;
	border-top:thin solid #666;
	border-left:thin solid #666;
}
.section td ul {
	margin-top:0px;
	padding:0px 0px 0px 15px;
	width:inherit;
	list-style:square;
}
.section td ul li {
	margin-top: 3px;
	border-right:thin solid #666;
	border-bottom:thin solid #666;/*	text-indent: -5px;*/
}
.hotvalue {
	border: thin solid #FF0000;
}
.hot {
	padding:0px 2px 1px 2px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF00;
	text-decoration: blink;
	background-color: #FF0000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

@font-face {
 font-family: MyCustomFont;
 src: url("fonts/Chewy.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("fonts/Chewy.ttf") /* TTF file for CSS3 browsers */
}
.title {
	font-family: MyCustomFont;
	color:#FF0;
	font-weight:bold;
	text-shadow: 0.05em 0.05em #333;
}
.redbar {
	background-image: url(images/bg/redbar.jpg);
	font-weight:bold;
	color:#FFF;
	padding:0px 3px 0px 3px;
}

