/* CSS Document */

body, html{ font-family: Arial, Verdana, Helvetica, sans-serif; color:#990000;	font-size:13px;}

a:link, a:visited, a:hover, a:active{text-decoration: none; color:#990000;}
.text{ font-size:12px; text-align:justify;}
.center{text-align:center; font-size:11px;}
h1{ font-size: 15px; text-align: right;	font-weight: bold;}
h2{ font-size: 13px; text-align: left;	font-weight: bold;}
h3{ font-size: 13px; text-align:center;}
hr{padding:0px; margin:0px;}
input { background-color: #ffffff; font-family: arial, helvetica, sans-serif;	color:#990000;	border:1px solid #666; }

#geral{
		width:743px;
		height:auto;
		border:solid 1px #999999;
		background-color:#FEEBED;
		clear:both;
		margin:0 auto;
		}
#home{	
		width:743px;
		margin:50px 0 50px 0;
		}
#topo{
		width:743px;
		margin:0px;
		}
#conteudo{
		width:600px;
		padding:25px;
		margin:0 5px 0 30px;
		}
#rodape{
		clear:both;
		height:auto;
		text-align:center;
		background-color:#FFFFFF;
		}
#by{
		width:743px;
		margin:0px;
		background-color:#FFFFFF;
	}