/* 

Document   : estilo

Created on : 06/12/2008, 00:07:32

Author     : marcolino

Description:

Purpose of the stylesheet follows.

*/



/* 

TODO customize this sample style

Syntax recommendation http://www.w3.org/TR/REC-CSS2/

*/



root { 

    display: block;

}


body {

    /*background-image:url(../images/fundo.jpg);*/
	/*background-color:#336633;*/

    margin-top:0px;

    font-family:"Trebuchet MS";

    font-size:10px;

    text-align:center;
	
	color:#9DC03D;

}

.footer_1{

	font-family:"Trebuchet MS";
	
	font-size:11px;

     background-color:#e0eebe;
	 
	 margin-top:5px;

     clear:both;

     text-align:center;

     width:820px;

     margin:0 auto;

     padding:5px 0px;
	 
	 color:#0b732e;

}



.footer_2{
		
	background-color:#ffffff;

     clear:both;

     text-align:center;

     width:820px;

     margin:0 auto;

     padding:5px 0px;


}



.right-column{
	
	font-family:"Trebuchet MS";
	
	font-size:11px;

	margin-top:20px;

	background-color:#E9E9E9;

    float:right;

    display:inline;

    text-align:center;

    overflow:hidden;

    width:250px;

    margin-left:10px;
	
	margin-bottom:1px;
	
	color:#0b732e;

}

 
 .left-column{

    float:left;

    text-align:left;

    display:inline;

    overflow:hidden;

    width:520px;

    margin-right:10px;
	
	padding:1px 0px;
	

}



.left-column p{

    color:#666666;

    font-family:Verdana;

    font-size:11px;

}

.form1{

	color:#666666;

    font-size:11px;

}


.clear{

    clear:both;

}

.ropade_container{

    text-align:center;

    margin-top:5px;

}

h3{

    color:#0b732e;

    font-weight:bold;

    font-size:16px;

    text-decoration:none;

    margin:5px;

}

h2{

    color:#9DC03D;

    font-weight:bold;

    font-size:13px;

    text-decoration:none;

}

h1{

    color:#999999;

    font-weight:bold;

    font-size:15px;

    text-decoration:none;

}


p{

    margin:10px;

    line-height:16px;

    

}



p span{

   font-weight:bold;

   color:#949494;

}



ul{

    color:#666666;

    margin:10px 25px;

    line-height:18px;

    list-style-type:disc !important;

}

a{

    color:#0b732e;

    text-decoration:none;

}

a:hover{

    color:#0b732e;

    text-decoration:underline;

}