/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #373737;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #373737;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
.style1:link {
	color: #FFFFFF;
	text-decoration: none;
}
.style1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.style1:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.style1:active {
	text-decoration: none;
}
.style2 {color: #BE5100}
.style3 {color: #FFFFFF}

.tituloAzul
{
	font-family: Tahoma;
	font-size : 18px;
	color: #4d5d80; 	
}

.tituloGris
{
	font-family: Tahoma;
	font-size : 18px;
	color: #111111; 	
}

.linkGris
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
    text-decoration:none;
    color: #000000;
}

.linkGris:hover
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
  text-decoration:underline;
  color: #373737;
}