body {
	background-color: #2B562B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #254C28;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	color: #254C28;
	font-size:14px;
}
p.ongreen{color: #DDDDDD;}

a:link {color: #555555;}
a:visited {color: #555555;}
a:active {color: #555555;}
a:hover {color: #555555; text-decoration:none;}

a.ongreen:link {color: #FFFFFF;}
a.ongreen:visited {color: #FFFFFF;}
a.ongreen:active {color: #FFFFFF;}
a.ongreen:hover {color: #FFFFFF; text-decoration:none;}

.minititle{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:15px;
}
.punteada {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
}