/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96CB32;
}
/*******************************************************/
.links_inferior
{
	color:#cccccc;
	font-size:10px;
}
.links_inferior A:link
{
	color:#cccccc;
	text-decoration:none;
}
.links_inferior A:visited
{
	color:#cccccc;
	text-decoration:none;
}
.links_inferior A:hover
{
	color:#6699CC;
	text-decoration:underline;
}
.links_inferior A:active
{
	color:#cccccc;
	text-decoration:none;	
}
/*******************************************************/

.links_normal
{

}
.links_normal A:link
{
	color:#4D7893;
	text-decoration:none;
	border-bottom:#4D7893 dotted 1px;
}
.links_normal A:visited
{
	color:#4D7893;
	text-decoration:none;
	border-bottom:#4D7893 dotted 1px;
}
.links_normal A:hover
{
	color:#CC3300;
	text-decoration:none;
	border-bottom:#CC3300 dotted 1px;
}
.links_normal A:active
{
	color:#4D7893;
	text-decoration:none;
	border-bottom:#4D7893 dotted 1px;
}