@CHARSET "UTF-8";

/* TEXT */

.tblcontent td{
	padding-right:30px;
}

.tblcontent p{
	padding-bottom:20px;	
}

#tdcontent td{
	vertical-align:top;
	text-align:left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #dd1f2d;
	font-weight: bold;
	margin-bottom:20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd1f2d;
	font-weight: bold;	
	line-height:1.5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd1f2d;	
	font-weight:normal;
	line-height:1.5em;
}

.titlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #466d93;
	font-weight: bold;
	line-height: 1.5em;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
	line-height: 1.5em;
	font-weight: normal;
}
.errortext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dd1f2d;
	line-height: 1.5em;
	font-weight: normal;
}
.red{
	color:#dd1f2d;
}
.small {
	font-size:11px;
}

.bold {
	font-weight: bold;	
}

.textfooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height: 1.5em;
	font-weight: normal;
}
.textfooter a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height: 1.5em;
	font-weight: normal;
}

/* --end-- TEXT */

/* TEXTLINK */
.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.5em;
}

.text a:visited {
	color: #788089;
}

.text a:hover {
	color: #dd1f2d;
}

.text a:active {
	color: #788089;
}
/* --end-- TEXTLINK */

/* TEXTSMALLLINK */
.textsmall a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #788089;
	text-decoration: underline;
	line-height: 1.5em;
}

.textsmall a:visited {
	color: #788089;
}

.textsmall a:hover {
	color: #da8a00;
}

.textsmall a:active {
	color: #788089;
}
/* --end-- TEXTSMALLLINK */

/* TEXTBOLDLINK */
.textbold a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;	
	line-height:1.5em;
	color:#4a4a4a;
	text-decoration: underline;
}

.textbold a:visited {
	color: #788089;
}

.textbold a:hover {
	color: #da8a00;
}

.textbold a:active {
	color: #788089;
}
/* --end-- TEXTBOLDLINK */


