body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 70%;
	background-color:#ECECEC;
	color:#000000;
}
table { margin:0px}
h1 {
	font-size: 120%;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin:0;
}
p {
	margin-top:0;
}
.Button {
	background-color: #000000;
	margin: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/system/gradient-black.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	font-style: italic;
	font-size: 120%;
	cursor: hand;
}
form {
	margin: 0px;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
img{ border:0px;}

.bgHomeRight
{
    /* background:  url(/images/system/bg-home-right.gif) no-repeat bottom right;     */
    padding-bottom: 8px;
}
/*.bgHomeLeft
{
       background:  url(/images/system/bg-home-right.gif) no-repeat bottom left;    
       padding-bottom: 10px;
       vertical-align: top;       
}

.bgHome
{
    background: url(/images/system/bg-home.gif) repeat-y right top;
}*/
.subMenuUL
{
    margin: 0;
    padding: 0;
}
.subMenuUL li
{
    margin: 0;
    padding: 0px 0px 6px 0px;
    list-style-type: none;
}
.subMenuUL td
{
    background-color: #b2b2b2;
    padding: 0pxpx;
}
.subBtnTop, .subBtnBottom, .subBtnTopActive, .subBtnBottomActive
{
    width: 196px;
    height: 10px;  
    background-color: #fff;      
}
.subBtnTop
{
    background: url(/Images/System/bg-btn-top.gif) no-repeat left bottom;
}
.subBtnBottom
{
    background: url(/Images/System/bg-btn-bottom.gif) no-repeat left top;
}
.subBtnTopActive
{
    background: url(/Images/System/bg-btn-top-active.gif) no-repeat left bottom;
}
.subBtnBottomActive
{
    background: url(/Images/System/bg-btn-bottom-active.gif) no-repeat left bottom;
}

a.black:link, a.black:visited, a.black:active
{
    display: block;
    width: 196px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #b2b2b2;
}
a.blackActive:link, a.blackActive:visited, a.blackActive:active
{
    display: block;
    width: 196px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffe100;
    text-decoration: none;
}
a.black:hover, a.blackActive:hover
{
    text-decoration: underline;
}
.subMenuUL .black, .subMenuUL .blackActive
{
    text-transform: uppercase;
    padding: 3px 20px;
}
.locationLegenda a:link, .locationLegenda a:visited, .locationLegenda a:active
{
    color: #828282;
    font-size: 10px;
}
.locationLegenda a:hover
{
    color: #000;
}
/*latest news*/
.latestNews
{
   height: 85px;
   padding-top: 10px;
   padding-left: 8px;
}
.latestNews a:link, .latestNews a:visited, .latestNews a:active
{
    color: #ffe100;
    text-decoration: none;
}
.latestNews a:hover
{
    color: #fff;
}
.moreNews
{
    float:right;
    height: 20px;
}
.moreNews a:link, .moreNews a:visited, .moreNews a:active
{
    color: #fff;
    text-decoration: none;
}
.moreNews a:hover
{
    text-decoration: underline;
}