body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 30px;
	color: #333333;
}
a:link {
	color: #D22514;
	text-decoration: underline;
}
.right {
	background-repeat: repeat;
	background-position: right center;
}

.middle {
	background-repeat: repeat;
	background-position: center center;
	text-align: left;
	vertical-align: text-top;
}
.top {
	background-repeat: repeat;
	background-position: center top;
	color: #FFFFFF;
}
.bottom_right {
	background-repeat: repeat;
	background-position: right bottom;
}
.bottom {
	background-repeat: repeat;
	background-position: center bottom;
}
.bottom_left {
	background-repeat: repeat;
	background-position: left bottom;
}

.left {
	background-position: left center;
}
.top_left {
	background-repeat: repeat;
	background-position: left top;
}
.top_right {
	background-repeat: repeat;
	background-position: right top;
}

a:visited {
	text-decoration: underline;
	color: #D22514;
}
a:hover {
	text-decoration: none;
	color: #D22514;
}
a:active {
	text-decoration: none;
	color: #D22514;
}
.title_section {
	font-size: 24px;
	font-weight: bold;
	color: #D02312;
}
.title_subSection {
	font-size: 16px;
	font-weight: bold;
	color: #D02312;
}
.text_aux {
	color: #D22514;
}
