/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Arial;
	font-size: 12px;
}
body { background-color: #FFFFFF; margin-top: 0; margin-left: 0; margin-right: 0; font-family: "Arial"; font-size: 12px; }
/* Content column */
TD#ccuerpo {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
A:link {
	background-color : transparent;
	color : #9e0103;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color : #9e0103;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #9e0103;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #9e0103;
	text-decoration : none;
}
H1 {
	font-family : Arial;
	font-size : 20px;
	color : black;
	margin-bottom : 10px;
	margin-top : 0px;
    font-weight: bold;
}
H2 {
	font-family : Arial;
	font-size : 17px;
	color : #9e0103;
	margin-bottom : 10px;
	margin-top : 10px;
}
H3 {
	font-family : Arial;
	font-size : 14px;
	color : black;
	margin-bottom : 0px;
	margin-top : 0px;
}
H4 {
	font-family : Arial;
	font-size : 12px;
	color : #9e0103;
	margin-bottom : 0px;
	margin-top : 10px;
}
P {
	font-family : Arial;
	font-size : 12px;
	line-height : 140%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-align: justify;
}
.news_list_item { margin-left: 5px; text-align: justify; }
.news_list_title { font-family: Arial; font-size: 17px; color: #9e0103; }
.news_list_date { font-family: Arial; font-size: 12px; color: #555555; }
.news_list_subheader { margin-top: 5px; color: black; }
.news_list_subheader A { color: black; }
.news_list_links { font-family: Arial; font-size: 12px; color: #36628D; }
.news_single_item { text-align: justify; }
.news_single_subheader { margin-top: 5px; margin-bottom: 10px; color: black }
