.mainBox h3{
	font-size	: 12px;
	color		: orange;
	padding		: 0px;
	margin		: 0px;	
}
.mainbox td{
	color		: #ffffff;
	font-size	: 10px;
}
.mainBox p{
	padding		: 2px;
	margin		: 0px;	
}
.mainBox td{
	padding		: 5px;
	margin		: 0px;	
}
.mainBox a{
	color		: #ffffff;
	font-size	: 10px;
	text-decoration	: none;
}
.mainBox a:visited{
	color		: #ffffff;
	font-size	: 10px;
	text-decoration	: none;
}

.mainBox a:hover{
	color		: orange;
	font-size	: 10px;
	text-decoration	: none;
}

.nav p{
	margin		: 5px;
	padding		: 0px;
	font-weight	: bold;
}
.nav a, .nav a:visited {
	font-size	: 10px;
	color		: #333333;
	text-decoration	: none;
}
.nav a:hover {
	color		: orange;
}


