@charset "utf-8";

/* Pagina */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006666;
}

/* Texto */
.Titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}

.Subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.Texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

/* Vinculos */
a:link.v1{
	text-decoration: none;
	color: #006666;
	font-size: 12px;
}

a:visited.v1{
	text-decoration: none;
	color: #006666;
	font-size: 12px;
}

a:hover.v1{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #009999;
}

a:active.v1{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}