/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.text {
	font-family: Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}

.text1 {
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #000000;
}
.text3 {
	font-family: Tahoma, Arial;
	font-size:10px;
	color: #000000;
	
}


a	{
	color: #B38A00;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}




