﻿img
{
	behavior: url(iepngfix.htc);
	text-decoration: none;
	border: none;

}
body
{
    padding: 0px;
    margin: 0;
    background-color: #FB7BD4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
}
#container
{
    background-position: left top;
    position: absolute;
    width: 965px;
    height: 850px;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -482px;
    background-image: url(img/background_01.gif);
}
h1
{
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF0066;
    text-decoration: none;
}    

h2, h3, h4, h5
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF0066;
    text-decoration: none;
    text-align: center;
}    
f
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FF0066;
    text-decoration: none;
    text-align: justify;	
}
.centro
{
    text-align: center;
}
/*------------------------------------------------topo--------------------*/
#topo
{
    background-position: center top;
    position: absolute;
    width: 965px;
    height: 125px;
    text-decoration: none;
    list-style-image: none;
    background-image: url(img/topo03.png);
    background-repeat: no-repeat;
    text-align: left;
}
.logo
{
    margin: 0px 0px 0px 15px;
    height: 125px;
}

/*------------------------------------------------meio--------------------*/
#meio
{
    margin: 15px;
    position: absolute;
    width: 940px;
    height: 680px;
    text-decoration: none;
    list-style-image: none;
    overflow: auto;
    top: 145px;
    z-index: 3;
    background-color: #FFFFFF;

}

.meio
{
    width: 920px;
    text-align: justify;
    margin-right: 15px;
    margin-left: 15px;
}
/*------------------------------------------------menu--------------------*/
#menugeral
{
    margin: 0px;
    width: 940px;
    line-height: normal;
    position: relative;
    top: 125px;
}
#menu
{
    width: 94%;
    font-size: 95%;
    line-height: normal;
    font-family: verdana;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
#menu ul
{
    margin: 0;
    padding: 0px 8px 5px 0px;
    list-style: none;
    text-align: center;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a
{
    background-position: left top;
    float: left;
    margin: 0;
    padding: 0 0 0 14px;
    text-decoration: none;
    background-image: url(img/menuesquerdo1.gif);
    background-repeat: no-repeat;
}
#menu a span
{
    float: left;
    display: block;
    padding: 4px 20px 9px 5px;
    color: #666;
    background-image: url(img/menudireito1.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span{color: #FFFF00;}
#menu a:hover {background-position:0% -25px;}
#menu a:hover span {background-position:100% -25px;}
#menu a.hover span {background-position:100% -25px;}
#menu a.hover span {color: #FFFF00;}
#menu a.hover {background-position:0% -25px;}

