@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	background-image:url(../images/body_bgd.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
}
.total{
	width:100%;
	height:auto;
}
.conteudo{
	width:750px;
	height:auto;
	background-color:#192e5f;
}
.menu1{
	width:120px;
	height:20px;
	text-align:center;
	float:left;
}
/*Formatação menu 1*/
a.menu1:link{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a.menu1:visited{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a.menu1:hover{
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
/*Formatação menu 2*/
a.menu2:link{
	font-size:12px;
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}
a.menu2:visited{
	font-size:12px;
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}
a.menu2:hover{
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
a.current:link{
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}
.content_1{
	width:435px;
	height:auto;
	font-size:12px;
	text-align:justify;
}
.rdp{
	width:750px;
	height:50px;
	background-color:#000;
}
.rdp_cont{
	width:200px;
	height:50px;
	float:left;
}
.rdp_cont2{
	width:200px;
	height:50px;
	float:right;
}
.rdp_txt1{
	height:auto;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}