/* Print CSS style */

/* -------------------------- html selectors ---------------------------------*/

body {
 background: white;
 font-size: 10pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 a:link, h2 a:visited {
 font-size: 11pt;
 line-height: 1.2em;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

a:link, a:visited {
 color: #103184;
 background: transparent;
 font-weight: bold;
 text-decoration: underline;
}

a img, a:link img, a:visited img {
 border: none;
 overflow: hidden;
}

p img {
 border: 1px solid #333;
 margin: 0 0 10px 10px;
 padding: 5px;
 overflow: hidden;
}

/* -------------------------- main divisions ---------------------------------*/

#subnav, #contentright, #contentright02, #footer, #search, #nav, .funcNav {
 display: none;
}

#logo {
 width: 350px;
 height: 70px;
 margin: 0px 0 20px 0px;
 padding: 0;
 overflow: hidden;
}

#contentleft, #contentleft03 {
 width: auto;
 padding: 0;
 border: 0;
 float: none;
 color: black;
 background: transparent none;
 margin-left: 0;
 padding-top: 1em;
}

.content{
 vertical-align: top;
}

.imgcontainer {
 margin-right: 20px;
}

.imgcontainer a img {
 border: 1px solid #333;
 padding: 5px;
}

.maintitle, .maintitle02, .maintitle03, .maintitle04, .maintitle05, .maintitle06 {
 font: "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
 display: block;
 font-size: 15pt;
 line-height: 1.5em;
 font-weight: bold;
 border-bottom: 1px dotted #333;
 padding: 0;
 margin: 0 0 20px 0;
}

/* ------------------- table layouts color independend -------------------------- */

.table_content{
 margin: 20px auto;
 font-size: 0.7em;
 color: #8A8A8A;
 border: 1px solid #333;
 padding: 0;
 border-spacing: 0;
}


.table_main_highlite{
 font-size: 1.1em;
 color: #8A8A8A;
 border-bottom: 1px solid #333;
 font-weight: bold;
 border-right: 1px solid #333;
}

.table_main_toprow, .table_header td, .table_main_highlite{
 vertical-align:top;
 font-weight: bold;
}

.table_main_toprow{
 font-size: 1em;
 color: #5F5F5F;
 text-align: right;
 border-bottom: 1px solid #333;
}

.table_main{
 vertical-align:top;
 font-size: 1.2em;
 color: #8A8A8A;
 text-align: right;
 border-bottom: 1px solid #333;
}

/* table layout depending on color */

.table_header td{
 font-size: 1.2em;
 text-align: center;
 color: #103184;
 border-bottom: 1px solid #333;
}

.table_footer{
 font-style: italic;
 font-size: 1em;
 color: #8A8A8A;
 border: 1px solid #333;
 padding: 0 20px 0 5px;
}
