/* CSS Document */

/*
 *	Website:		http://www.bullusspie.com.au
 *	File location:	/css/common/style.css
 *	Last change:	13 April 2005 - Brett Rienecker (for Webtiger - http://www.webtiger.com.au)
 */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.body-text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

.body-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

.body-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.body-text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.table-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.TTquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC3300;
	text-decoration: none;
}

.TTreporter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	text-decoration: none;
}