@charset "utf-8";
/* CSS Document */

body {
	background-color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	}
	

a.white:link {
  text-decoration: none;
  color:#FFFFFF;
}
a.white:visited {
  text-decoration: none;
  color:#FFFFFF;
}
a.white:hover {
  text-decoration: none;
  color:#000000;
}
a:link {
  text-decoration: none;
  color:#FF0000;
}
a:visited {
  text-decoration: none;
  color:#FF0000;
}

a:hover {
  text-decoration: none;
  color:#000000;
  font-weight:bold
}

a:active {
  text-decoration: none;
  color:#FF0000;
}
.copywhitebg {
	background-color: #ffffff;
	}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style-header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.style-title {
	font-size: 36px
}

.myTableBg4 { 
  background-color:#FFFFFF;
  background-image:url('/img/SoulStylisedBG.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  }

table {
	border:none;
	}

td a {
  width: 100%;
  display: block;
}

tr.nborder {height:10px}		
tr.rowline {height: 3px}

td.cellline {background-color: #FF0000}	


td.topl {background-image:url(img/corner_tl.png); width:10px}
td.topr {background-image:url(img/corner_tr.png); width:10px}
td.botl {background-image:url(img/corner_bl.png); width:10px}
td.botr {background-image:url(img/corner_br.png); width:10px}


td.ltopl {background-image:url(img/corner_tl_line.png); width:10px}
td.ltopr {background-image:url(img/corner_tr_line.png); width:10px}
td.lbotl {background-image:url(img/corner_bl_line.png); width:10px}
td.lbotr {background-image:url(img/corner_br_line.png); width:10px}
td.rbotl {background-image:url(img/corner_bl_red.png); width:10px}
td.rbotr {background-image:url(img/corner_br_red.png); width:10px}

td.ltop {background-image:url(img/t_line.png); width:10px}
td.lbot {background-image:url(img/b_line.png); width:10px}

td.ll {background-image:url(img/l_line.png); width:10px}
td.lr {background-image:url(img/r_line.png); width:10px}