a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.onBlack {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", "Verdana";
}
.onWhite {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", "Verdana";
}

.onWhiteBottom {
	color: #000000;
	background-color: #FFFFFF;
	font: Times New Roman, Times, serif;
	font-size: 12px;
	vertical-align: middle;
}
.onWhiteTitle {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 16px;
	vertical-align: top;
	font-weight: normal;
	text-align: justify;
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", "Verdana";
}


p {
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", "Verdana";
	font-size: 10px;
	color: #333333;
}
.onWhiteR {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
	text-align: right;
	font-family: "Century Gothic", "Helvetica", "Trebuchet MS", "Verdana";
}
