h2,.Header   {
  font-weight:bold;
  font-family: Comic Sans, Comic Sans MS, cursive;
  font-size  :24px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :16px;
  background:url("../images/graphics/headerbg.jpg") ;
  padding:8px 10px 10px 10px;
  color:#fff;
}

.SmallText{
  font-size  :10px;
}


/* Main Styles */
td,body,p{
  font: 14px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none; 
  line-height: 22px;
  
}

body{background:#a80532;}

ul { list-style-image: url("../images/graphics/reds.gif") }



/* Links */
a{
  color:#FFFFFF;
  background:#661d31;
  text-decoration: none;
  font-weight:bold;
  padding:2px 2px 2px 2px;
}
a:hover{
  color:e79a1e;
}


