@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #280816;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.Tercera #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.Tercera #header {
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1002C;
	background-image: url(http://www.tercera.nl/cssrepository/9928/cssheader.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
} 
.headerTitle {
	font-size: 12px;
	font-weight: bold;
}
.Tercera #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.H1 {
	font-family:Arial;
	font-size:10px;
	text-align:left
}
.H2 {
	font-family:Arial;
	font-size:14px;
	text-align:left
}
.H3 {
	font-family:Arial;
	font-size:13px;
	text-align:left
}
.H4 {
	font-family:Arial;
	font-size:12px;
	text-align:left
}
.H5 {
	font-family:Arial;
	font-size:11px;
	text-align:left
}
