body {
	background-image: url(images/fondo.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A4356;
	margin: 20px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #678CA7;
	margin: 20px;
	font-style: italic;
	letter-spacing: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #4C718C;
	margin: 20px;
	display: block;
	background-color: #EDF7FF;
}
a:link {
	color: #678CA7;
	text-decoration: underline;
}
a:hover {
	color: #90B0C8;
	text-decoration: none;
}
.bodyTextHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35556D;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:visited {
	color: #35556D;
	text-decoration: underline;
}

