/* basic styles */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 7px;
}

.normal {
	color: #000000;
	font-size: 11px;
	/*width=100%;*/
}

.content {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 19px;
}

.normalfett {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.newstitel {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-size: 14px;
	/*font-weight: bold;*/
	margin-bottom: 0px;
	margin-left: 6px;
	margin-top: 2px;
}

h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	/*margin-left: 6px;*/
}

h3{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

td{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}

li.home {
	color: #000000;
	font-size: 11px;
}

.metaNav {
	font-size: 10px;
	color: #FFFFFF;
}

.textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove
}

a.metaNavLink:link { color:#FFFFFF; text-decoration:none }
a.metaNavLink:visited { color:#FFFFFF; text-decoration:none }
a.metaNavLink:active { color:#FFFFFF; text-decoration:none }
a.metaNavLink:hover { color:#FFFFFF; text-decoration:underline }

INPUT.red {
	background-color: #F50035;
	border: 1px #000000 solid;
	color: #ffffff;
	font-weight: bold;
}

.smallertext{font-size:80%;}

.table_line {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 21px;
}

.table_line_odd {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #EDEEEF;
	height: 21px;
}

th.table_line_odd {
        vertical-align: bottom;
}



/* styles for hover menu like q1 2006 and q2 2006 and Credit Analyst Service */
.cel_unselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #DB9F8D;
	padding-left: 5px;
}
.cel_unselected_no_bottom_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #DB9F8D;
	padding-left: 5px;
}
.cel_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #DB6055;
	padding-left: 5px;
}
.cel_selected_no_bottom_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	cursor: hand;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #DB6055;
	padding-left: 5px;
}
/* end styles for hover menu like q1 2006 and q2 2006 and Credit Analyst Service */

/* extra styles for hover menu Credit Analyst Service */
.cel_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F50035;
	padding-left: 4px;
}
.cel_active_no_bottom_border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F50035;
	padding-left: 4px;
}
/* end extra styles for hover menu Credit Analyst Service */