body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

td, th {
	font-size: 12px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	text-decoration: none;	
    color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #66CC00;

}

.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #669900;
	color: #FFFFFF;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6600;
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	color: #990099;
}

.bold {
	font-weight: bold;
	color: #990099;
}

.expanded {
	letter-spacing: 2px;
}

.blinking {
	font-weight: bold;
	color: #9900CC;
	text-decoration: blink;
}

.justified {
	text-align: justify;
}