@charset "utf-8";
/* CSS Document */

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#ffffff;
	background-image:url(../images/bg_topo.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

.bg_tabela {
	background-image:url(../images/bg_base.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
}

.bg_coluna_dir {
	background-image:url(../images/bg_fatia_coluna_dir.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


.bg_01 {
	background-color:#ffffff;
	background-repeat:no-repeat;
}

.bg_02 {
	background-color:#eaf4e9;
}

.bg_03 {
	background-color:#e7f5e3;
}

.tabela {
	border:solid 1px #6d7f60;
	background-color:#f1f1f1;
	padding:10px;
}

/* CSS FONTE		_______________________________________________________________________________ */
.text_01 {
	font-family:Georgia;
	font-size:12px;
	color:#5c6e48;
	font-weight:normal;
	line-height:18px;
}
.text_01_b {
	font-family:Georgia;
	font-size:12px;
	color:#5c6e48;
	font-weight:bold;
}
.text_01_p {
	font-family:Georgia;
	font-size:11px;
	color:#5c6e48;
	font-weight:bold;
}

.text_01_T {
	font-family:Georgia;
	font-size:18px;
	color:#5c6e48;
	font-weight:bold;
}

.text_02 {
	font-family:Arial;
	font-size:10px;
	color:#798e72;
	font-weight:normal;
}
.text_02_b {
	font-family:Arial;
	font-size:10px;
	color:#798e72;
	font-weight:bold;
}

.text_03 {
	font-family:Arial;
	font-size:10px;
	color:#2fb206;
	font-weight:normal;
}
.text_03_b {
	font-family:Arial;
	font-size:10px;
	color:#2fb206;
	font-weight:bold;
}

.text_01_note {
	font-family:Georgia;
	font-size:14px;
	color:#5c6e48;
	font-weight:bold;
}

/* CSS LINKS		_______________________________________________________________________________ */

.link_01 {
	font-family:Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #5c6e48;
	text-decoration:none;
}
.link_01:hover {
	font-family:Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #5c6e48;
	text-decoration:underline;
}

.link_01_ {
	font-family:Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #5c6e48;
	text-decoration:underline;
}
.link_01_:hover {
	font-family:Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #5c6e48;
	text-decoration:none;
}

.link_02 {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #798e72;
	text-decoration:none;
}
.link_02:hover {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #798e72;
	text-decoration:underline;
}


.link_03 {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #2fb206;
	text-decoration:none;
}
.link_03:hover {
	font-family:Arial;
	font-size: 10px;
	font-weight: normal;
	color: #2fb206;
	text-decoration:underline;
}


.Input_01 {
	border:solid 1px #a2a2a2;
	background-color:#ffffff;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	color: #5c5c5c;
	height:22px;
	vertical-align:middle;
}

.Input_mensagem {
	border:solid 1px #a2a2a2;
	background-color:#ffffff;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	color: #5c5c5c;
	vertical-align:middle;
}

.Input_02 {
	border:solid 1px #1a450f;
	background-color:#459830;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height:22px;
	vertical-align:middle;
}