form {
	margin:0px;
	padding:0px;
}

ul {margin:0; padding:0; list-style:none; line-height:16px}
li {background:url(images/marker.gif) none }

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img_background.gif) top center repeat-y #F7F7F7;
	text-align:left;
}

#wrap {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

#header{
	margin:0;
	padding:0;
	width:766px;
	height:158px;
	text-align:left;
	display:table;
	
}
#content {
	background: #FFFFFF;
	margin:0;
	padding:0;
	width:766px;
	height:50px;
	text-align:left;
	display:table;
	}
#content2 {
	background: #FFFFFF;
	margin:0;
	padding:0;
	width:766px;
	height:200px;
	text-align:left;
	display:table;
}
#footer{
	margin:0;
	padding:0;
	width:100%;
	height:87px;
	text-align:center;
	display:table;
	background:URL(images/tall_f.gif) repeat-x top  #FFFFFF;
	
}

div,input,select,textarea{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
line-height:14px;
}

.t2{
    color:#6B6B6B;
	font-size:9px;
}
.t1{
    color:#8F8F8F;
	font-size:12px;
}
.pol1{
    color:#FFFFFF;
	text-decoration:none;
}
.w{
    color:#E1E2E0;
	font-size:10px;
	text-decoration:none;
}
.pol2{
    color:#000000;
	font-size:11px;
}
.pol3{

color:#EE6E4C;
font-size:12px;
font-weight: bold;
}
.bl{
    color:#00618E;
}
.d{
    color:#000000;
}
.m{
    color:#000000;
font-weight: bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a.pol1:hover{ text-decoration:underline}
a.w:hover{ text-decoration:underline}
a.pol3:hover{ text-decoration:none}
a.m:hover{ text-decoration:underline
}
a.bl:hover{ text-decoration:none}
a.d:hover{ text-decoration:none}
.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
font-weight: bold;
color:#F63F0D;
font-size:14px;
text-align:center;
}