/* tira tudo */
h1, h2, h3, h4, h5, p, a, img, hr, ul, li, ol, body{
	margin:0px;
	padding:0px;
	border-width:0px;
}

h2
{
	background-image:url(../imagens/bg_h2.jpg);
	background-repeat:no-repeat;
	font-family:Trebuchet MS;
	font-size:25px;
	padding:8px 0px 0px 10px;
	color:#fff;
	display:block;
	float:left;
	height:51px;
	width:557px;
}

/* Menu */

ul {margin:0px 0px 8px 10px;}

ul li {
	list-style-type:none;

}
ul li a {
	font:normal 11px/4px Arial, Verdana, Sans-serif;
	color:#fff;
}
/* Estilos */

a {
	text-decoration:none;
	color:#000;
	text-align:center;
	font-weight:bold;
}
a:visited 
{
	color:#000;
	text-align:center;
	font-weight:bold;
}
a:hover 
{
	text-decoration:underline;
	text-align:center;
}

p, select, td{
	font-size:11px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#747474;
}
body
{
 background-color:#1a4b6c;
}
td
{
	color:#353535;
}