.java {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.copySmall {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #000000;

}

.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #000000;

}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #000000;

}

a:link {
	color: #993333;
	text-decoration: underline;
}

a:visited {
	color: #993333;
	text-decoration: underline;
}

a:active {
	color: #993333;
	text-decoration: underline;
}

a:hover {
	color: #993333;
	text-decoration: underline;
}

