/*----------------- paragraph txt ----------------*/

p {
font-size: 10px;
text-align: left;
margin: 10px;
}

.txtcenter {
text-align: center;
font-style: italic;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 500px;
	margin: 0px auto 5px auto;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}

div#copyright a:hover {
	color: #333333;
}

hr {
color: #000000;
}