body {
	background-color : White;
}

a.link {
	font-family : Tahoma, sans-serif;
	color : Black;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

a.link:hover {
	color : #2685bb;
	text-decoration : underline;
}

td.normal {
	font-family : Tahoma, sans-serif;
	color : Black;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}

td.titulo {
	font-family : Tahoma, sans-serif;
	color : Black;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

td.normalmain {
	font-family : Verdana, sans-serif;
	color : #818181;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-align : justify;
	word-spacing : 1px;
	letter-spacing : 2px;
}

input.finput {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #000000;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #000000;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #000000;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #000000;
	background-color : #fdfdfd;
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 2px;
}

input.boton {
	border-bottom-width : 2px;
	border-bottom-style : groove;
	border-bottom-color : #000000;
	border-left-width : 2px;
	border-left-style : groove;
	border-left-color : #000000;
	border-right-width : 2px;
	border-right-style : groove;
	border-right-color : #000000;
	border-top-width : 2px;
	border-top-style : groove;
	border-top-color : #000000;
	background-color : #fdfdfd;
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 2px;
}