body {
	background-color: #f6faff;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
}
table {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height: 14px;

}

a:link {
	font-family: arial;
	font-size: 11px;
	color: #011261;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	font-family: arial;
	font-size: 11px;
	color: #011261;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	font-family: arial;
	font-size: 11px;
	color: #011261;
	font-weight: bold;
	background-color: #f1f1f1;
	



}

a:active {
	font-family: arial;
	font-size: 11px;
	color: #011261;
	font-weight: bold;



}
.titulo {
	font-size: 27px;
    font-weight: bold;
}

div.subtitulo {
	margin: 25px;
	color: #011261;
    font-size: 22px;
    font-weight: bold;
}

div.grupo {
	background-color: #cae2ff;
	margin-top: 10px;
	margin-bottom: 17px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	border-width: 1px;
	border-color: #000000;
        border-style: solid;
}

hr {
	color: #cae2ff;
	background-color: #cae2ff;
	height: 1px;
	border: 0;
}