﻿body
{
color:black;
font-family:Times New Roman, arial, Sans-Serif , Georgia;
font-size:12pt;
background-image:url('Imagens/solid.PNG');
background-repeat:repeat;
margin:2px;
}

/* 
	LEVEL ONE
*/
* 									{ margin: 0; padding:0; }
#page-wrap							{ width: 1024px; margin: 0px auto; } 
ul									{ list-style: none; list-style-position:inside; padding:0px;}
p                                   { margin: 10px 0; }
ul.dropdown                         { position: relative;}
ul.dropdown li                      {font-size:16pt; font-weight: bold; float: left; zoom: 1; background:; }
ul.dropdown a:hover		            { color: #000; text-decoration: none; }
ul.dropdown a:active                { color: #ffa500; text-decoration: none;}
ul.dropdown li a                    { display: block; padding: 4px 8px;
	 								  color: #222; text-decoration: none; }
ul.dropdown li:last-child a         { border-right: none;  } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative;}
ul.dropdown li.hover a              { color: black;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-size:12pt; font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




h1 {font-family:Times New Roman, arial, Sans-Serif , Georgia;font-size:18pt;color:black;font-weight:normal;}
h2 {font-family: Times New Roman, arial, Sans-Serif , Georgia; font-size:14pt;color:white;font-weight:normal;}
h3 {font-family: billabong,Times New Roman, arial, Sans-Serif , Georgia; font-size:40pt;color:black;font-weight:normal;}
h4 {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:18pt;color:white;font-weight:normal;}
h5 {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:5pt;color:white;font-weight:normal;}
h6 {font-family: Times New Roman, arial, Sans-Serif , Georgia; font-size:14pt;color:black;font-weight:normal;}
h7 {font-family: Times New Roman, arial, Sans-Serif , Georgia; font-size:18pt;color:white;font-weight:normal;}
h8 {font-family: Times New Roman, arial, Sans-Serif , Georgia; font-size:20pt;color:black;font-weight:normal;}

    a.tipo1:link {font-size:18pt;color:blue;}
    a.tipo1:visited {font-size:18pt; color:blue;}
    a.tipo1:hover {font-size:18pt; color:red;}
    a.tipo1:active {font-size:18pt; color:green}
    
    a.tipo2:link {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:30pt;color:darkblue;}
    a.tipo2:visited {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:30pt;color:darkblue;}
    a.tipo2:hover {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:30pt;color:blue;}
    a.tipo2:active {font-family:Times New Roman, arial, Sans-Serif , Georgia; font-size:30pt;color:green;}

</style>