body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
/******* hyperlink and anchor tag styles *******/

a{
	text-decoration: none;
	font-weight: normal;
}

a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FF9900;
}

a:visited{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
