body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #575757;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.borderless th,
table.borderless td {
	border: 0px;
	padding: 5px;
	border-style: hidden;
	vertical-align: top;
}
a:link {
	text-decoration: none; 
	color: #A6BC09;
	font-size: 12px;
}
a:visited {
	text-decoration: none; 
	color: #A6BC09;
	font-size: 12px;
}
a:hover { 
	text-decoration: underline; 
	color: #A6BC09;
	font-size: 12px;
}
/* for the top bar buttons */
a.button,
a.button:link,
a.button:active,
a.button:visited,
a.button:hover { 
	text-decoration: none; 
	color: #ffffff;
	font-size: 15px;
    font-weight: bold;
	text-align: center;
}
h1 { 
	 /* page header */
	 font-size: 24px;
     font-weight: bold;
	 color: #000000;
}
h2 { /* page headers */
	 font-size: 22px;
     font-weight: bold;
	 color: #000000;
} 
h3 { /* slogan under logo */ 
	 font-size: 18px; 
     font-weight: bold;
     color: #A6BC09;
}