body {
	background-color:#C10013;
	background-image: url(imgs/bg-body.gif);
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #333333;
}

a {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.navLink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	text-transform: ;
}

.navLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #FFC205;
	text-transform: uppercase;
}

.nav:hover {
	background-color: #003366;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #FFC205;
}

.navOn {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #FFC205;
	text-transform: uppercase;
}

.subnav {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.subnav:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}

.subnavOn {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}

.btn {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.tbox {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.subhdr {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #990000;
	height: 20px;
}

.title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

.username {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

.score {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.small {
	font-family: Tahoma;
	font-size: 9px;
	color: #003366;
	text-decoration: none;
}
.imgborder {
	border: 1px solid #CCCCCC;
}