body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F9F9F9;
	
	SCROLLBAR-FACE-COLOR: #f9f9f9;
    SCROLLBAR-HIGHLIGHT-COLOR: #A2B3DF;
    SCROLLBAR-SHADOW-COLOR: #A2B3DF;
    SCROLLBAR-3DLIGHT-COLOR: #ECF0F9;
    SCROLLBAR-ARROW-COLOR: #A2B3DF;
    SCROLLBAR-TRACK-COLOR: #ECF0F9;
    SCROLLBAR-DARKSHADOW-COLOR: #ECF0F9;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	background-color: #EEEEEE;
}

.formText{
	background-color:#FFFFFF;
	border-style:dotted;
	border-width:1px;
	border-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 9px;
}
.formBotao {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size: 9px;
	background-color:#F9F9F9
}
.link_branco {
	color: white;
	font-weight: bold;
}

.link_branco:hover {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.ArialBlack10px {
	font-family: "Arial Black";
	font-size: 10px;
	background-color:#F9F9F9;
}
.CenturyGothicPreto {
	font-family: "Century Gothic";
	font-size: 12px;
	color:#333333;
}
.Verdana10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Verdana12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.legenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
}
.titulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #27528C;
	font-weight:bold;
}
.tituloCanal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #27528C;
	font-weight:bold;
}
.tituloBranco {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FAFAFA;
	font-weight:bold;
}
.submenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
.submenuAtual {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFF99;
	font-weight:bold;
}







/********* MENU **********/

#menu {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*margin-top: -3px;
	*margin-bottom: 3px;
}

#menu img {
	border: none;
}

.itemmenu{
	float:left;
}

.itemmenu a{
	display:block;
	font-size:14px;
	text-align:center;
	padding: 3px;
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
}

.itemmenu a:hover{
	background-color: #213f99;
	color: white;
}

.submenu{
	position:absolute;
	top:22px;
	visibility:hidden;
	text-align: left;
	opacity: .93;
	border-left: 1px solid #213f99;
	border-right: 1px solid #213f99;
	border-bottom: 1px solid #213f99;
	font-weight: normal;
	background-color: white;
}

.submenu a {
	text-align: left;
}

.underborder {
	border-bottom: 1px solid #CCCCCC;
}