html, body, #container, #left {
}
body {
	background-image: url(../images/body_bg.jpg);
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#container {
	width: 780px;
	text-align: center;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
#content {
	text-align: left;
}
#menu {
	background-image: url(../images/menu_bg.jpg);
	}
#menu ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 623px;
	list-style:none;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 38px;
	}
#menu ul li {
	display: inline; 
	line-height: 30px;
	}
#menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
	float:left;
	height: 24px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	}
#menu ul li a:hover {
	background-color:#FF9900;
	color: #FFFFFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #C8D8E7;
	}
#container #left {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 167px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 40px;
}
#container #left h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #left ul {
	padding: 5px;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #left li {
	list-style-type: none;
	list-style-image: none;
}
#container #left a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#container #left a:hover {
	text-decoration: none;
}
#container #left p {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}
#container #right {
	width: 597px;
	float: right;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}
#container #botton {
	clear: both;
	background-image: url(../images/botton_bg.jpg);
}
#container #botton #botton_left {
	width: 157px;
	text-align: center;
	background-image: url(../images/botton_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	padding-top: 20px;
	padding-right: -5px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 11px;
}
#container #botton #botton_right {
	text-align: center;
	padding-top: 15px;
	height: 73px;
}
#container #botton #botton_right h5 {
	color: #F89A29;
	margin: 3px;
}
#container #botton #botton_right p {
	margin: 5px;
	color: #666666;
}
img {
	border: 1px solid #CCCCCC;
	margin: 5px;
}
h1 {
	font-size: 18px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #F89A29;
}
#container #content #left h2 {
	color: #FFFFFF;
}


h3 {
	font-size: 12px;
	color: #F89A29;
	margin: 2px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	list-style-image: url(../images/marcador.gif);
}
li {
	margin-top: 5px;
	margin-bottom: 2px;
}
label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#botton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
table {
	background-color: #CCCCCC;
}
td {
	background-color: #FFFFFF;
}
.form_campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #56708B;
	background-color: #FFFFFF;
	color: #666666;
	padding: 2px;
}
.form_erro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CC0000;
	background-color: #FFECEC;
	color: #CC0000;
	padding: 2px;
}
.form_erro_msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	cursor:pointer;
}
hr {
	height:1px;
}

