body { font-family: "Trebuchet MS", Arial; }
table { color:black;font-family: Arial; }
H1 { color:blue;font-size: 40px;font-family: Arial; }
H3 { color:black;font-size: 20px;font-family: Arial; }
TH { color:green;font-size: 20px;font-family: Arial; }

.table_titles, .table_cells_odd, .table_cells_even {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #000;
}
.table_titles {
    color: #FFF;
    background-color: #666666;
}
.table_cells_odd {
    background-color: #FAFAFA;
}
.table_cells_even {
    background-color: #CCFFCC;
}
		
/* HR Formatting */
/* Red Line */
hr.SolidRed {
border-top: 1px solid red;
}
/* Green Line*/
hr.SolidGreen {
border-top: 2px solid green;
}
/* Blue Line*/
hr.SolidBlue {
border-top: 2px solid Blue;
}
/* Dashed red border */
hr.RedDash {
  border-top: 1px dashed red;
}

/* Dotted red border */
hr.RedDot {
  border-top: 1px dotted red;
}
/* Dashed Green border */
hr.RedDash {
  border-top: 1px dashed green;
}

/* Dotted Green border */
hr.RedDot {
  border-top: 1px dotted green;
}
/* Dashed Black border */
hr.BlackDash {
  border-top: 1px dashed black;
}

/* Dotted Black border */
hr.BlackDot {
  border-top: 1px dotted black;
}
/* Large rounded green border */
hr.GreenLarge {
  border: 10px solid green;
  border-radius: 5px;
}
