body {
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
#back_image_01 {
	background-image: url(images/index_01.png);
	background-repeat: no-repeat;
}
#back_image_02 {
	background-image: url(images/index_03.png);
	background-repeat: no-repeat;
}
.title {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #9D0A19;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	border-bottom: 1px solid #000000;
	line-height: 30px;
}
.subtitle {
	color: #9D0A19;
	display: block;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Helvetica;
	line-height: 20px;
}
.txt {
	color: #333;
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Helvetica;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.txt_entradas {
	border-bottom: 1px solid #000000;
	color: #333;
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Helvetica;
	text-align: left;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ball {
	color: #9D0A19;
}
