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

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.txtTitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 15px;
}
.txtTexto {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color:#CCCCCC;
	line-height: 15px;
}
a { /* link */
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #99cc33;
	line-height: 15px;
}
.txtTextoBlanco {

	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 15px;
}
.txtTitleVerde {

	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 99cc33;
	line-height: 15px;
}
