h2,.Header, .header   {
  font-weight:bold;
  font-size  :25px;
  color: #000000;
  line-height: 30px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :15px;
  font-weight:bold;
  line-height: 20px;
}

.SmallText{
  font-size  :10px;
}

body{ background:  #c40a1d;  ;} 

li{ 
padding: 0px 0px 10px 20px;
list-style: none;
background-image: url(../images/graphics/whitesquare.gif);
background-repeat: no-repeat;
background-position: 0 3px;
font: normal 13px "Trebuchet MS";
line-height: 22px;
}


/* Main Styles */
td,body{
  font: normal 13px "Trebuchet MS";
  color:#ffffff;
  text-decoration:none;
  font-weight:normal;
  line-height: 22px;
}



.redheading{
background: #000000; 
color: #c40a1d;
font-size: 15px;
font-weight:bold;
}

.blackheading   {
  font-weight:bold;
  font-size  :15px;
  color: #000000;
}

.redbg   {
  background: #c40a1d;
}



/* Links */
a{
  color:#ffffff;
  
}
a:hover{
  color:#cccccc;
 
}


