@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}

p {
	margin: 2px 2px 0px 0px;
	}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

ul {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

a:link {
	color: #00C;
}

a:visited {
	color: #006;
}

a:link:hover {
	color: #F00;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	background-color:#FF0;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	text-align: center;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	text-align: center;
}

.copyright {
	font-style: italic;
	font-size: 10pt;
	color: #F00;
	margin-bottom: 8px;
}	

.adnod {
	font-style: italic;
	font-size: 10pt;
	color: #000;
	margin-bottom: 8px;
}
.lleoliadadnod {
	font-style: italic;
	font-size: 8pt;
	color: #F00;
	margin-bottom: 8px;
}
.spacerline {
	font-size: 5pt;
}
.CochBold {
	color: #F00;
	font-size: 14pt;
	font-weight: bold;
}

