/* REDEFINED HTML Tags */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 14px 0 0 0;
}

td { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; }
	
tr { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; }
	
p { font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; } 


/*----------------------------------------------------------------------------*/
/* LINK Classes */

a{
	color:#FFCC33;
	font-weight: bold;
	text-decoration: none;
}
	
a:link{
	color:#FFCC33;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#CC0000;
}


 /*  SUBNAV   */

a.linksMAIN{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
	
a.linksMAIN:link{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
	
a.linksMAIN:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#CCCCCC;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

/*----------------------------------------------------------------------------*/
/* CUSTON CELL Classes */

.cellbgWHITE { background-color: #FFFFFF;}

.cellbgBLACK { background-color: #000000;}

.cellbgGREYLGT { background-color: #CCCCCC;}

.cellbgGREYMED { background-color: #404040;}

.cellbgGREYDRK { background-color: #333333;}

.cellbgPRIMARY { background-color: #CC0000;}

.cellbgSECONDARY { background-color: #FFCC33;}

.cellbgTERTIARY { background-color: #262626;}

/*----------------------------------------------------------------------------*/
/* CUSTOM FONT Classes */

.txtBOLD
	{	font-weight: bold;}
	
.txtITALIC
	{	font-style: italic;}
	
.txtSMALL
	{
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

.txtLARGE
	{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
	
.txtTITLE {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #CC0000;
}

.txtSUBTITLE {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #262626;
}

.txtHIGHLIGHT {
	font-size: 13px;
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
}

.BORDER {
	border: 4px solid #CC0000;
}
	
.txtNAV {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 20px;}
	
.txtHP {
	font-size: 10.5px;
	line-height: 14px;
}
	
/*----------------------------------------------------------------------------*/
/* CUSTOM FORM Classes */
