@charset "utf-8";

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header, .header2, .header3, .bold, .text, .text0, .text1, .text2, .text3, .text4, .text5, .construction {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.text {
	font-size: 8pt;
	color : #888888;
	text-align: center;
	line-height: 1.2;
}

.text0 {
	font-size: 10pt;
	color : #555555;
	text-align: justify; 
}

.text1 {
	font-size: 10pt;
	color : #d03c41; /* #d14d52; */
	text-align: right;
	vertical-align: center;
/*	font-weight: bold; */
/*	line-height: 1.1; */
/*	word-spacing: 1.5em; */
/*	letter-spacing: 0.1em; */
}

.text2 {
	font-size: 9pt;
	color : #666666; /* #444444; */
	text-align: center ; /* justify; */
	letter-spacing: 0.1em;
}

.text3 {
	font-size: 8pt;
	color : #777777; /*#888888;*/
	text-align: center;
	line-height: 1.6; /*1.2*/
	letter-spacing: 0.1em;
}

.text4 {
	font-size: 10pt;
	color : #444444; /*#666666;*/ /* #444444; */
	text-align: center ; /* justify; */
	letter-spacing: 0.4em;
}

.text5 {
	font-size: 8pt;
	color : #555555;
	text-align: center; 
	vertical-align: top;
}

.header {
	font-size: 12pt; 
	color : #d14d52;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.header2 {
	font-size: 13pt; 
	color : #666666;
	text-align: center;
	vertical-align: center;
	letter-spacing: 0.3em;
}

.header3 {
	font-size: 10pt; 
	color : #d14d52;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.bold {
	font-size: 10pt; 
	color : #c03c41;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.construction {
	font-size: 13.5pt; 
	color : #d14d52; /* #e25e63; */
	text-align: center;
	line-height: 1.5;
}


/* link color */
a:link {
	color: #d03c41; /* #d15e61; */
	text-decoration: none;
}

/* color of visited links */
a:visited {
	color: #d03c41;
	text-decoration: none;
}

/* color when the mouse hovers over a link */
a:hover, a:focus, a:active {
	color: #d03c41;
	text-decoration: underline;
	text-align: right;
/*	font-weight: bold; */
}

/* color when mouse clicks on link */
/* a:active {
	color: #C06;
} */

/* color when link gets keyboard focus */
/* a:focus {
	color: #C06;
} */

input[type="text"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.top-shadow-bg {
	background-image: url(../images/shadow_top.gif);
	background-repeat: repeat-x;
}
.bottom-shadow-bg {
	background-image: url(../images/shadow_bot.gif);
	background-repeat: repeat-x;
}

