/********** default html tags **********/

html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
    text-align: left;
	 background-color: #fff;
}
body {
    height: 100%;
	 color: inherit;
	 background-image: url(../images/css/bg.gif);
	 background-position: top;
	 background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
input.checkbox {
    padding:0; 
    font-size:1%; 
    line-height:1%; 
    
}
input.radio {
    padding: 0 5px 0 0;
}
label {
    line-height: 20px;
}
table {
    border: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    margin: 0;
    padding: 0;
}
td {
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: left;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
p {    
    clear: both;
    padding: 0;
    margin: 0;
}
h1 {
    display: none;
}
.print_pagetitle { 
    display: none;
}
h2 {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 13px 0;
   padding: 0 20px 0 20px;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
h5 {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 10px;
}
a,
a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
.arrow {
    padding: 0 0 0 10px;
    background-image: url(../images/css/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

/********** special html tags **********/
.space {
    clear: both;
    margin-bottom: 5px;
}
.space10 {
    clear: both;
    margin-bottom: 8px;
}
.space9 {
    clear: both;
    margin-bottom: 8px;
}
.space16 {
    clear: both;
    padding-bottom: 16px;
}
.space15 {
    clear: both;
    /*padding-bottom: 15px;*/
}
.space28 {
    clear: both;
    padding-bottom: 28px;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.navspacer {
    float: left;
    padding: 0 16px 0 16px;
}
.normal {
    font-weight: normal;
}
.noborder {
    border: 0;
}

.bold {
	font-weight: bold;
}

/********** header **********/
.header_frame {
	clear: both;
	width: 850px;
	margin: 0 auto 0 auto;
}
.header_right {
	float: right;
	padding: 27px 0 0 0;
	height: 25px;
}
.header_links {
	clear: both;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
a.header,
a.header:link,
a.header:active,
a.header:visited {
	float: left;
	display: block;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.header:hover {
    text-decoration: none;
}
.header_active {
	float: left;
	display: block;
	font-size: 11px;
	color: #000;
}
/********** topnavigation **********/
.topnavigation_frame {
	clear: both;
	width: 866px;
	height: 128px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background-image: url(../images/css/navi_layer.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.topnavi_left {
	float: left;
	padding: 8px 0 0 37px;
	width: 160px;
	height: 103px;
}
.topnavi_right {
	float: left;
	padding: 8px 8px 0 0;
	width: 661px;
	height: 103px;
}
.topnavi_links {
	float: right;
	padding: 40px 0 0 0;
	font-size: 12px;
}
a.topnav_item,
a.topnav_item:link,
a.topnav_item:active,
a.topnav_item:visited {
    float: left;
    display: block;
	 width: 72px;
	 line-height: 16px;
	 padding: 30px 0 0 6px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
	 background-image: url(../images/css/navitrenner_inactive.jpg);
	 background-position: left;
	 background-repeat: no-repeat;
}
a.topnav_item:hover {
    color: #8fa2a4;
	 background-image: url(../images/css/navitrenner_active.jpg);
	 background-position: left;



	 background-repeat: no-repeat;
}
a.topnav_item_hi,
a.topnav_item_hi:link,
a.topnav_item_hi:active,
a.topnav_item_hi:visited,
a.topnav_item_hi:hover {
    float: left;
    display: block;
	 width: 72px;
	 line-height: 16px;
	 padding: 30px 0 0 6px;
    color: #8fa2a4;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/css/navitrenner_active.jpg);
	 background-position: left;
	 background-repeat: no-repeat;
}
/********** Special Print Styles **********/
.printonly { display: none; }
.print_header_frame { display: none; }
.print_topnavi_left { display: none; }