.border-white {
	border: thin solid #FFFFFF;
}
.text-main {
	font: lighter 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px 8px;
	text-align: justify;
}
.text-copyright-white {

	font: lighter 10px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}
.text-main-white {

	font: lighter 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 2px 5px;
	text-align: center;
}
.text-main-sm {

	font: lighter 11px/11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px 8px;
	text-align: justify;
}
.border-black {

	border: 1px solid #333333;
}

