/*########################################
#### Created By: Mike Scriber
#### Date Created: October 7, 2004
#### Company: Platinum Synergy Group Inc.
########################################*/

/*////////// BODY & TABLE CLASSES ///////*/
body,table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}
/*//////////////////////////////////////*/


/*////////// FOOTER TEXT////////////////*/
.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
}
/*//////////////////////////////////////*/


/*////////// TABLE BORDER///////////////*/
.tableBorder {
	border: 1px solid #E85909;
}
/*//////////////////////////////////////*/


/*////////// LINKS   ///////////////////*/
a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #C9C9C9;
}
/*//////////////////////////////////////*/

/*////////// HEADERS ///////////////////*/
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	color: #000000;
}
/*//////////////////////////////////////*/