/* CSS Document */

body, table, td, b, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 155%
	}
	
body {
	background-image: url(../images/pepa-bg.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat
	}
	
a {
	text-decoration: underline;
	font-weight: bold
	}
	
a.navigation {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px
	}
	
a.navigation:hover {
	text-decoration: none;
	color: #b7c610
	}

a:hover {
	color: #a55800
	}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #9a4800;
	margin-top: 0pt;
	margin-bottom: 6pt;
	line-height: normal
	}
	
/* COPYRIGHT */
	
.copyright {
	color: #73370b;
	line-height: normal;
	font-size: 10px
	}

.copyright_link {
	text-decoration: none;
	font-size: 10px;
	color: #8c430e
	}
	
.copyright_link:hover {
	color: #a64f11
	}
	
.paragraph-intro {
	color: #9a4800;
	font-weight: bold
	}
	
.bullet-1 {
	color: #d96716
	}