body {
	background-image: url(images/img_home_03.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	margin: 10px;
	text-align: justify;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #990000;
	margin-left: 5px;
	line-height: 20px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0033FF;
}