/* BODY GENERELL */
body {
color: black;
background-color: #ddd7c5;
text-align: left;
margin: 0 auto;
margin-top: 24px;
margin-bottom: 37px;
width: 800px;
}


/* links */
a:link, a:visited {
color: #ff2a00;
text-decoration: none;
}

a:hover, a:visited:hover {
color: #2a267c;
text-decoration: underline;
}


/* Text */

h1 {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14pt;
}

h2 {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12pt;
}

big {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14pt;
}

b {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12pt;
}

#b_topics_links {
font-family: Tahoma,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14pt;
background-color: #ffffff;
color: #2a267c;
}

#b_linksnav {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}


tt {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 10pt;
}

#tt_linksnav {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 10pt;
text-align: right;
}

/* Text  CLASS text_topics */
.text_topics {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10pt;
}

small {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
}

#small_links {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
color: black;
font-size: 8pt;
}

#small_bottom {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-style: normal;
font-weight: normal;
color: black;
font-size: 8pt;
}



