body {
        margin-top: 0px;
	margin-left: 0px;
        background-color: #ffffff;
	line-height:20px;
	letter-spacing: 2px;
}

span.header {
        color: #93d715;
        font-weight: bold;
}

div.content_bg_home {
	position: absolute; 
	left: 370px;
	top: 40px; 
	width: 240px; 
	height: 385px; 
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
	background-color: #2A3B0A;
	border: dotted 2px #394D12 ;
}

div.content_txt_home {
	position: absolute; 
	left: 370px;
	top: 40px; 
	width: 240px; 
	height: 375px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
        font-family: Trebuchet Ms, Verdana, Tahoma, Arial; 
        font-size: 10pt; 
	/*text-align: justify;*/
	color: #F2FFDA;
}

div.content_bg {
	position: absolute; 
	left: 31px;
	top: 40px; 
	width: 575px; 
	height: 385px; 
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity: 0.7;
	background-color: #2A3B0A;
	border: dotted 2px #394D12 ;
}

div.content_txt {
	position: absolute; 
	left: 31px;
	top: 40px; 
	width: 575px; 
	height: 385px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
        font-family: Trebuchet Ms, Verdana, Tahoma, Arial; 
        font-size: 8pt; 
	/*text-align: justify;*/
	color: #F2FFDA;
}

table.agenda td {
        font-family: Trebuchet Ms, Verdana, Tahoma, Arial; 
        font-size: 8pt; 
	color: #F2FFDA;
        vertical-align:top;
}

td {
        font-family: Trebuchet Ms, Verdana, Tahoma, Arial; 
        font-size: 8pt; 
	color: #F2FFDA;
}

a {
	text-decoration: underline;
        color: #ffffff;
}

a:hover {
	font-weight: bold;
}

form {
	margin: 0px;
}

ul {
	list-style: square;
	list-style-position: outside;
	padding-left: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-left: 0px;
	margin-right: 0px;
    	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

img {
	border: 0px;
}

img.item {
	width: 120px;
	border: solid 1px #93d715;
	cursor: hand;
}

hr {
	width: 200px;
	height: 1px;
 	color: #000000;
	background-color: #000000;
	border: 0px;
}