﻿@CHARSET "ISO-8859-1";
/*
	Copyright C COPS-DDI
	Author: DDI	
*/
			body {
				margin:0;
				padding:0;
				text-align:center; /* hack para o IE */
			}
			
			#conteudo
			{
				margin: 0 auto;
				/*background-color: #F7F7F7;*/
				width: 100%;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				font-family: Raavi;
				color: 474747;
				align: center;
			}
				
			#titulo
			{
				background-color: #E9E9E9;
				width: 100%;
				margin-bottom: 16px;
				color: 474747;
				font-family: Raavi;
				text-align: center;
			}
				
			#aviso
			{
				background-color: #FFFFD7;
				text-align: center;
				width: 100%;
				height: 70px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				font-family: Raavi;
			}

			A:link 		{text-decoration: none; color: #3B3B3B}
			A:visited {text-decoration: none; color: #3B3B3B}
			A:active 	{text-decoration: none; color: #3B3B3B}
		  A:hover 	{text-decoration: none; color: #81BE7D;}

			.menu{
					border: 1px dashed #81BE7D;
			    border-width:1px 0;
			    list-style:none;
			    margin:10;
			    padding:0;
			    text-align:center;
			    height: 45px;
				  font-size: 20px;
			    font-family: Raavi;
			}
			.menu li{
			    display:inline;
			}
			.menu a{
			    display:inline-block;
			    padding:8px;
			}

			table{
						width: 100%;				
				}
			table tbody tr:nth-child(2n+1){
	   			background-color: #F5F5F5;
	   		
			}

			table thead{
	   			background-color: #E9E9E9;
	   			text-align: center;
	   			font-weight: bold;
			}

			td {
					font-family: Raavi;
					padding-left:15px;
	   			-webkit-border-radius: 25px;
					-moz-border-radius: 5px;
					border-radius: 5px;
			}				
		
	
			hr {
					border: 1px Dashed #81BE7D;
			    border-width:1px 0;

	    }		
	    h1, h2, h3 {
	    	line-height: 30px;	
	    	text-align: center;
	    }


