/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #135B8D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2295E1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2295E1;
}
a:hover {
	text-decoration: underline;
	color: #135B8D;
}
a:active {
	text-decoration: none;
	color: #2295E1;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}.verse {
	font-style: italic;
	font-weight: bold;
}
#footer {
	margin-right: 40px;
	margin-left: 33px;
	background-color: #068CD3;
	font-weight: bold;
	margin-top: 2px;
	font-size: 11px;
	padding-left: 5px;
}
.justify {
	text-align: justify;
}
.texto_footer {
	color: #FFFFFF;
}
.bold_italic_plus1 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#tm {
	font-size: 8px;
	vertical-align: super;
}
.red_verse {
	color: #CE0000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
textarea, input {
	background-color: #E2DDBD;
	border: 1px solid #07749F;
	color: #0C5D8A;
	font-size: 10px;
}