/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	font-weight:bold;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#D2EDFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.titulo {
	color: #FFFFFF;
	font-weight: bold;
}
input, textarea, select
{
	font-weight:bold;
	color: #0033CC;
}





select,
textarea,
input[type="text"],
input[type="password"] {
	margin: 0;
	background: #FFF;
	border: 1px solid #CCC;
	color: #FF0000;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #808080;
}
