*
{
	margin:					0;
	padding:				0;
}

html
{
	height:                100.1%;
}

body
{
	background:				#e9e9e9;
	height:					100%;
	font:					11px/1.7 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
/*	text-align:				center; */
}

a:link, a:visited { color:#e65551; text-decoration:none; }
a:hover, a:active { color:#222; text-decoration:none; }

a img
{
	border:					0;
}

h1, h2, h3
{
	font-weight:			normal;
	padding:				10px 0 0;
	margin:					0 0 10px;
}

h1
{
	font-size:				22px;
	border-bottom:			1px solid #ddd;
}

h2
{
	font-size:				20px;
	margin:					0 0 10px 20px;
	border-bottom:			1px solid #ddd;
}

h3
{
	font-size:				18px;
	margin:					0 0 10px 40px;
}

h4
{
	margin:					0;
	padding:				0;
	font-size:				11px;
	background:				#fff;
	color:					#841012;
	font-weight:			normal;
	border:					1px dotted #333;
}

h5 { padding:5; font-size:10px; background:#000; color:#fff; }

.info{ background:#000; color:#fff; text-decoration : none; }
.info:a:link{ background:#000; color:#fff; text-decoration : none; }
.info:a:visited{ background:#000; color:#fff; text-decoration : none; }
.info:a:hover{ background:#000; color:#fff; text-decoration : none; }
.info:a:active{ background:#000; color:#fff; text-decoration : none; }


.menu,a.menu,a.menu:link,a.menu:visited { background-color:#e65551; color:#fff; text-decoration:none; padding:4px;}
a.menu:active,a.menu:hover { background-color:#333; color:#fff; text-decoration:none; padding:4px;}


.clear
{
	clear:					both;
	overflow:				hidden;
	width:					1px;
	height:					1px;
	margin:					0 -1px -1px 0;
	border:					0;
	font-size:				0;
	line-height:			0px;
}

/* layout */

#container {
	width:					780px;
	background-color:		#fff;
	margin: 				0 auto;
	text-align:				left;
	padding:				15px;
}

/* javascript */

.ajax-loading
{
	padding:                50px;
	background:             url(img/a_carrega.gif) no-repeat center;
}

.c_555555 { color: #555555; }

.enviar { 
	color:#e65551;
	font-weight:normal;
	background-color:#eeeeee;
	border: 1px solid #aaaaaa;
	}

.centrar { margin:0 auto 0 auto; text-align:center; }
