body {
	margin:0px;
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#4B4949;
}

h1 {
	font-size:11px;
	font-weight:bold;
	margin:11px 0px 0px 0px;
}

p {
	font-size:11px;
	margin:11px 0px 0px 0px;
}

.input {
  		width:128px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#BEC6CC;
		font-family:Tahoma; font-size:11px;  color:#4B4949;
		padding-top:2px;
}

.textarea {
		width:128px; height:93px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#BEC6CC;
		font-family:Tahoma; font-size:11px;  color:#4B4949;
		padding-top:2px;
		overflow:auto;
}

.button {
	margin:8px 8px 0px 0px;
}

h1.blue {
	font-size:11px;
	color:#0476C8;	
	font-weight:bold;
	margin:0px;
}

h1.red {
	font-size:9px;
	color:#D53434;
	font-weight:bold;	
}

a.title {
	color:#0476C8;
	font-weight:bold;
	text-decoration:underline;
}

a.links {
	color:#FFFFFF;
	text-decoration:underline;
}

a {
	color:#0476C8;
	text-decoration:underline;
}

ul {
	margin:11px 0px 0px 16px;
	padding:0px;
}

ul.blue {
	list-style-image:url(img/pointer_blue.gif);
	color:#0575C4;
}

table.box {
	margin:11px 0px 0px 0px;
}

.dot_grey {
	background:url(img/dot_grey.gif) center left repeat-x;
}

#geral {
	width:724px;
	margin-top:10px;
	position:absolute;
	left:50%;
	margin-left:-362px;
}

#top {
	height:317px;
}

#container {
	background:url(img/bg_container.jpg) left top repeat-x;
}

#left {
	float:left;
	width:200px;
	padding:24px 4px 15px 4px;
}

#right {
	float:right;
	width:200px;
	padding:24px 4px 15px 4px;	
}

#right_contato {
	float:right;
	width:200px;
	height:300px;
	padding:24px 4px 15px 12px;
	background:url(img/bg_right_contato.gif) #F1F2F4 left top no-repeat;
}


#center {
	width:200px;
	margin-left:258px;
	padding:24px 4px 15px 4px;	
}

#bottom {
	width:724px;
	height:77px;
	clear:both;
	background-image:url(img/bg_bottom.jpg);
}

#bottom #links {
	padding:22px 0px 0px 250px;
	color:#FFFFFF;
	font-size:9px;
}