/* CSS Document */

body {
	background-image: url(../images/layout/background.png);
	background-repeat: repeat-x;
	background-color: #ECF1F5;
	margin: 47px 0px 0px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0071bb;
	text-decoration: none;	
	margin: 0px 0px 10px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

.contable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	margin: 0px 0px 10px 7px;
	padding: 0;
	text-align: justify;
}

.contable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	margin: 0;
	padding: 0;
	text-align: justify;
}

table {
	margin: 15px 0px 15px 0px;
	position: relative;
	display: inline-block;
	float: left;
}

thead td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0071bb;
	text-decoration: none;	
	margin: 0px 0px 7px 0px;
	background-image: url(../images/layout/v_dot.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 2px 4px 2px;
}

tbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	margin: 0px 0px 7px 0px;
	padding: 0px 2px 4px 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0071bb;
	text-decoration: none;	
	margin: 20px 0px 10px 0px;
}





#teaserWrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0071bb;
	text-decoration: none;	
	padding: 3px 9px 8px 9px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/layout/teaser_h1_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.hr {
	position: relative;
	float: none;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-image: url(../images/layout/teaser_h1_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 5px 0px;
}

#teaserWrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	padding: 3px 9px 3px 9px;
	margin: 0px 0px 5px 0px;
}

#teaserWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;	
	padding: 3px 9px 3px 9px;
	margin: 0px 0px 5px 0px;
	
}

p a {
	color: #bb0000;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/linkArrow.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 7px;
}

p a:hover {
	color: #bb0000;
	text-decoration: none;
	background-position: 2px 5px;
}

a.backLink {
	background-image: url(../images/backArrow.png);
}


img {
	border: 0;
}

