a:link {
	color: #000000;
	text-decoration:none;
	}
a:visited { 
	color: #000000;
	text-decoration:none;
	}
a:hover { 
	color: #999999;
	text-decoration: none;
	}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
.sidebarText a:link {
	color: #FFFFFF;
	}
.sidebarText a:visited {
	color: #FFFFFF;
	}
.sidebarText a:hover {
	color: #FF9900;
	}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.normText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.flyerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
/* Tables for data
---------------------------------------------------------------------- */
table.table
{	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
	border-collapse: collapse; }
	
table.table caption
{	padding-bottom: 6px;
	font-weight: bold; }
	
table.table th, table.table td
{	padding: 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0; }
	
table.table thead, table.table tfoot { background: #d0d0d0; color: #000; }
	
table.zebra tr.rowTint { background-color: #f1f1f1; }
