body {
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	background: url(images/layout_bg_gradient.jpg) repeat-x;
}

*:focus { outline: none }

#container {
	position: relative;
	width: 680px;
	height: 100%;
	margin: 0px auto;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #acefaa;
	border-right: 1px solid #acefaa;
	border-bottom: 1px solid #acefaa;
}

#centered {
	text-align: center;
}

#confirm {
	text-align: center;
}

#msgConfirm {
	padding-top: 100px;
	padding-bottom: 150px;
	text-align: center;
	font-weight: bold;
	color: green;
}

#linkHome {
	text-align: right;
	padding-bottom: 25px;
}

#linkHome a {
	font-size: 10px;
	text-decoration: underline;
	color: black;
}

#linkHome a:hover {
	text-decoration: none;
}

#convencao {
	border-top: 1px solid black;
}

#info, #info1, #info2 {
	font-weight: bold;
	color: green;
	font-size: 10px;
	text-decoration: none;
}

.title {
	background-color: #96e56b;
}

.title1 {
	background-color: #d2ffb9;
}

.inputs {
	font-family: arial;
	font-size: 11px;
} 

.justify {
	text-align: justify;
}

.legend {
	text-align: right;
}


