/* CSS Document */



h2.trigger {

	padding: 0 0 0 0px;

	margin: 0 0px 0px 0px;
	height: 20px;

	line-height: 20px;

	width: 540px;

	font-size:14px;

	font-weight: normal;

	float: left;

}

h2.trigger a {

	color: #fff;

	text-decoration: none;

	display: block;

}

h2.trigger a:hover { color: #; }

h2.trigger2 {

	padding: 0 0 0 0px;

	margin: 0 0px 0px 0px;

	background: url(../imagens/background_troggle.jpg) no-repeat;

	height: 20px;

	line-height: 20px;

	width: 530px;

	font-size:14px;

	font-weight: normal;

	float: left;

}

h2.trigger2 a {

	color: #016b2d;

	text-decoration: none;

	display: block;

}

h2.trigger2 a:hover { color: #; }

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {

	margin: 0 0 5px;

	padding: 0;

	border-top: 1px solid #d6d6d6;

	background: #FFFFFF  repeat-y left top;

	overflow: hidden;

	font-size: 1.2em;

	width: 530px;

	clear: both;

}



.toggle_container2 {

	margin: 0 0 5px;

	padding: 0;

	border-top: 1px solid #d6d6d6;

	background: #FFFFFF  repeat-y left top;

	overflow: hidden;

	font-size: 1.2em;

	width: 530px;

	clear: both;

}

.toggle_container .block {

	padding: 2px; /*--Padding of Container--*/

	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/

}
