/* principal.css */

body{
	background: url(../images/img-cor/body.png) repeat-x;
	color: #7f7f7f;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a{
	color: #7f7f7f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#geral{
	width: 100%;
	margin: 0 auto;
	background: url(../images/commons/topo.jpg) no-repeat 50% 0%;
}

#container-meio{
	width: 100%;
	background-color: #eeeeee;
	padding-bottom: 30px;
	min-height:300px;
}

#meio-site{
	width: 1000px;
	background-color: #eeeeee;
	margin: 0 auto;
}

#conteudo-meio{
	width: 984px;
	margin-left: 16px;
	margin-top: 15px;
	float: left;
	display: inline;
}

.link{
	cursor: pointer;
}

h2,h1{
	font-weight: bold;
}

h2{
	color: #00923f;
	font-size: 13px;
}

h1{
	font-size: 18px;
	color: #00923f;
}

.clear{
	clear: both;
}


/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
}

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}
