/* CSS Document */
p {
	font-size : 14px;
	text-indent : 2em;
	margin : 5px;
	padding : 5px;
}
.menulink {
	color : #ffffff;
	font-size : 19px;
	font-weight : bold;
	text-decoration : none;
	text-indent : 6px;
}
.menulink:hover {
	text-decoration : underline;
	color : #ffff88;
}
.dashedbottom {
	border-bottom : 2px dashed #57925a;
}
body {
	background-color : #780001;
	font-family : arial, sans-serif;
	font-size : 14px;
	color : #444444;
	margin : 0px;
}
td {
	vertical-align : top;
}
.sideleaf {
	background-image : url(rest_of_the_leaf.jpg);
	background-repeat : repeat-y;
	background-color : #80BF8B;
	text-align : left;
}
.sitebody {
	vertical-align : top;
	background-color : #80BF8B;
}
.siderepeater {
	background-image : url(side_repeater.jpg);
	background-repeat : repeat-y;
}
.smaller {
	font-size : 6px;
}
.imagem {
	margin : 5px;
}
.imagetable{
	background-color : #eeffee;
	color : #009900;
	text-align : center;
}
.red{
	color : #780001;
}
.white {
	color : #eeeeee;
	background-color : #ffffff;
}
.specialbox {
	border : 3px solid #000000;
	background-color : #c40006;
	color : #ffffff;
}