@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; font-size:12px;}
body{background:#900; /* para browsers sem suporte a CSS 3 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#000000'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#000)); /* webkit browsers */
background: -moz-linear-gradient(top,  #900,  #000); /* Firefox 3.6+ */ font-size:12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#Boxes{padding-bottom:4px; padding-top:4px; background;}
#Corner1{background-image:url(../sfcImage/site/redcorner1.png); width:10px; height:10px; background-repeat:no-repeat;}
#Corner2{background-image:url(../sfcImage/site/redcorner2.png); width:10px; height:10px; background-repeat:no-repeat;}
#Corner3{background-image:url(../sfcImage/site/redcorner3.png); width:10px; height:10px; background-repeat:no-repeat;}
#Corner4{background-image:url(../sfcImage/site/redcorner4.png); width:10px; height:10px; background-repeat:no-repeat;}
#Linha{background-image:url(../sfcImage/site/redbackground.png); height:10px;}
#Background{background-image:url(../sfcImage/site/redbackground.png); padding:5px; text-align:center;}
#Base{background-image:url(../sfcImage/site/redbackground.png); padding:5px; text-align:center; color:#900;}

#Area{background-image:url(../sfcImage/site/background.png);}
#Area-titulo{font-size:20px; text-align:left; padding:5px; border-bottom:2px #990000 solid;background-image:url(../sfcImage/site/background.png);}
#Area-conteudo{font-size:14px; padding:5px; border-bottom:1px #0066ff dotted;}
#Area-subtitulo{font-size:22px; padding:10px;}
#Area-data{font-size:16px; text-align:left; padding:10px;}
#Area-conteudo a:link{text-decoration:none; font-size:18px; color:#000;}
#Area-conteudo a:hover{text-decoration:underline; font-size:18px; color:#000;}
#Area-conteudo a:active{text-decoration:none; font-size:18px; color:#000;}
#Area-conteudo a:visited{text-decoration:none; font-size:18px; color:#000;}

.menu{border:none;border:0px;margin:0px;padding:0px;font-size:14px;font-weight:bold; background:#990000;}
.menu ul{height:35px;list-style:none;margin:0;padding:0;}
.menu li{float:left;padding:0px;}
.menu li a{url("../image/seperator.gif") bottom right no-repeat;display:block;font-weight:normal;line-height:35px;margin:0px;padding:0px 25px;text-align:center;text-decoration:none;color:#FFCC00;}
.menu li a:hover, .menu ul li:hover a{background: #ffCC00; url("../image/hover.gif") bottom center no-repeat;color:#990000;text-decoration:none;}
.menu li ul{background:#ffCC00;display:none;height:auto;padding:0px;margin:0px;border:0px;position:absolute;width:225px;z-index:200;/*top:1em;/*left:0;*/}
.menu li:hover ul{display:block;}
.menu li li {background:url('../image/sub_sep.gif') bottom left no-repeat;display:block;float:none;margin:0px;padding:0px;width:225px;}
.menu li:hover li a{background:none;}
.menu li ul a{display:block;height:35px;font-size:12px;font-style:normal;margin:0px;padding:0px 10px 0px 15px;text-align:left;}
.menu li ul a:hover, .menu li ul li:hover a{background:#990000; url('../image/hover_sub.gif') center left no-repeat;border:0px;color:#FFCC00;text-decoration:none;}
.menu p{clear:left;}