/* You know the CSS is gonna bite you ... i am AWESOM-O */

/* first we're going to set up the basics ... sweeeet */

body, td {
  font:normal 11px Arial, Helvetica, sans-serif; color:#666666; }
    
a:link {
  color:#DB3424;
  text-decoration:none;
  font-weight:bold;
  }
  
a:visited {
  color:#DB3424;
  text-decoration:none;
  font-weight:bold;
  }
  
a:hover {
  color:#666666;
  text-decoration:none;
  font-weight:bold;
  }
  
a img {
  border-width:0;
  }

.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #DB3424;
	}

.title2 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
	
   
.ruletop {border-top-width: 1px;
       border-top-style: solid;
       border-color: #CCCCCC;
       } 
	   
.rulebottom {border-bottom-width: 1px;
       border-bottom-style: solid;
       border-color: #CCCCCC;
       } 
	   
.ruleleft {border-left-width: 1px;
       border-left-style: solid;
       border-color: #CCCCCC;
       } 
	   
.ruleright {border-right-width: 1px;
       border-right-style: solid;
       border-color: #CCCCCC;
       } 
