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