/* ------------------------------------------------------- HTML ------------------------------------------------------- */

body {
	background-color: #000000;
}

td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}







/* ------------------------------------------------------- LINKS ------------------------------------------------------- */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}


a.linksTop:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}
a.linksTop:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}
a.linksTop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
a.linksTop:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}




a.lkSiteMap:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a.lkSiteMap:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a.lkSiteMap:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
a.lkSiteMap:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}







/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.textYellow {
	font-weight: bold;
	color: #FFFF00;
}
.textYellow12px {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}
.textYellow14px {
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
	text-transform: uppercase;
}



.textRed {
	font-weight: bold;
	color: #FF0000;
}
.textRed12px {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.textRed14px {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	text-transform: uppercase;
}



.text8px {
	font-size: 8px;
}
.text12px {
	font-weight: bold;
	font-size: 12px;
}
.text14px {
	font-weight: bold;
	font-size: 14px;
}




.textBlack {
	font-weight: bold;
	color: #000000;
}

.textBold {
	font-weight: bold;
}

.txt12pxBold	{
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}

.txt10pxBlue	{
	font-size: 10px;
	color: #0066CC;
}

.txt10pxDarkGrey	{
	font-size: 10px;
	color: #666666;
}
.textWhite12px {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}




.txtPricesRetail {
	text-decoration: line-through;
}



/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgMain {
	background-image: url(../images/BG-main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgWave {
	background-repeat: no-repeat;
	background-image: url(../images/BG-wave.jpg);
}
.bgInferno {
	background-image: url(../images/BG-inferno.gif);
	background-repeat: repeat-y;
}
.skip {
	background-color: #333333;
}
.skip1 {
	background-color: #111111;
}





/* ------------------------------------------------------- MISC ------------------------------------------------------- */
