/* CSS Document */

body
	{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	}

td
	{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	}

a:link
	{ color:#333333; text-decoration:none; font-weight:none; }
a:visited
	{ color:#333333; text-decoration:none; font-weight:none; }
a:hover
	{ color:#333333; text-decoration:underline; font-weight:none; }

.td_estilo
	{
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;  
	border-top:#999999 1px solid; 
	border-bottom:#999999 1px solid;
	}

.td_titulo
	{
	font-family:verdana;
	font-size:11px;
	color: #FFFFFF;
	}

.form
	{
	font-family:verdana;
	font-size:10px;
	color:#333333;
	border:solid;
	border-width:1px;
	border-color:#999999;
	}