a:link 
{
	text-decoration:none;
	color: #6699CC;
}

a:visited 
{
	text-decoration:none;
	color: #6699CC;
}

a:hover
{
	text-decoration:underline;
} 

a:active
{
	text-decoration:none;
}

.Titulo
 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Enlace
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #6699CC;
}

.Normal
{
	color: #FFFFFF;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.Form_Normal
{
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial;
	font-size: 9px;
	text-align: justify;
	font-weight: bold;
}

.Form_Titulo
{
	color: #cccccc;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
}

.Form_Caja
{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	font-size: 9px;
	text-align: justify;
	background-color: #0F4D62;
	border: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.Form_Boton
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #336699;
	border: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align:center;
	width: 80px;
	height: 20px;
	font-weight: bold;
}

