/*
	MAXMEIO
	________________ - _______________________________
	
	Cliente: --------- SOMA - Imobiliárias Associadas
	Desenvolvimento: - Eriko Silva . eriko@maxmeio.com
	Data: ------------ 12/2008		
			
*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
}

body, html {}

html {
	background: #2D4B63 url(../_imgs/bgTopo.jpg) repeat-x left top;
}

body {
	font-size: 12px;
	color: #3c3c3c;
}

h1, h2, h3, h4, h5, h6 {}
h2 {font-size: 14px;}
h3 {font-size: 18px;}
h4 {font-size: 22px;}
h5 {font-size: 26px;}
h6 {font-size: 30px;}

a{
	text-decoration: none;
}

a:hover{}

p {}

img {}

ul,ol {}

br { }

hr {}

form {}

table {}

textarea {}