@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-color:#000000;
}

.tblOuter
{
	width:800px;
	
}	

.mnuStrip
{
	background-color:#1f1a16;
	height:30px;
}	

a:hover
{
	color:#0000FF;
}

.mnuBelowStrip
{
	background:url(../images/home/mnuBelowStrip.jpg);
	height:50px;
	width:800px;
}

.txtsmall
{
	font-family:Arial;
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

.txtContent
{
	font-family:Arial;
	color:#fff;
	font-size:12px;	
	text-decoration:none;
}

.txtHeaderYello
{
	font-family:Arial;
	color:#FFFF00;
	font-size:12px;	
	text-decoration:none;
}

#tblInner
{
	background-color:#91140e;
	width:100%;
}

.endStrip
{
	background:#999999;
	height:20px;
}