/* CSS elaborado por Marcelo T. Menezes */

body {
	background-image: url(img/bg_site.gif);
	margin-top: 20px;
	margin-bottom: 20px;	
	font-family: Arial, Helvetica, sans-serif; }
	
.legenda {
	color: #663300;	 }
	
.imagem {
	border: #666666 2px solid;}
	
#boxcontent {
	background-image: url(img/bg_content.jpg);
	background-repeat: no-repeat;
	border: #FFFFFF solid 4px; }
	
#menu a {
	background: none;
	font-size: 0.65em;
	height: 30px;
	line-height: 26px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align: center;
	border: 2px #FFFFFF solid;	}
		
#menu a:hover {
	background-color: #FFFFFF;
	color: #006600; }
	
#m1 { width: 115px; margin-bottom: 8px; }

#m0 {
	width: 115px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	color: #006600;
	font-size: 0.65em;
	height: 30px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
	border: 2px #FFFFFF solid;	 }

#menubottom a {
	background-color: #FFFFFF;
	font-size: 0.65em;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #666666;
	display: block;
	text-align: center;	}
	
#menubottom a:hover {
	color: #006600; }
	
.mb1 { width: 115px; margin-top: 48px; }
.mb2 { width: 115px; margin-top: 10px; }


#content {
	background: none;
	width: 415px;
	height: 334px;
	overflow: auto;
	color: #333333;
	padding-right: 8px;
	font-size: 0.7em; }
	
#content a, a:visited {
	color: #0000FF;
	text-decoration: none; }
	
#content a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;  }
	
#content h1 {
	color: #006600;
	font-weight: bold;
	font-size: 1.6em; }
	
#content h2 {
	color: #006600;
	font-weight: bold;
	font-size: 1.2em; }
	
#content h3 {
	color: #660000;
	font-weight: bold;
	font-size: 1.4em;
	font-variant:small-caps; }

	
/* FORMULÁRIO */

form { 
		font-weight: bold; }
		
input, textarea { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		border: #333333 1px solid;
		background-color: #FFFFFF;
		color: #660000; }
			
.button {
		
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight:bold;
		background-color:  #660000;
		BORDER-RIGHT: #333333 1px solid;
		BORDER-TOP: #FFD9D9 1px solid;
		BORDER-LEFT: #FFD9D9 1px solid;
		BORDER-BOTTOM: #333333 1px solid;
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 3px;
		padding-right: 3px;
		vertical-align: text-bottom; }
