html {
  height: 100%
  }

body {
  margin: 0px;
  background: #FFFFFF;
  padding: 0;
  height: 100%
  }

a.menu:link {color: #ffffff}
a.menu:visited {color: #ffffff}
a.menu:active {color: #ffffff}
a.menu:hover {color: #000000; display:block; background-color:BE4646}
a.menu {text-decoration: none}

a.content_text:link {color: #000000}
a.content_text:visited {color: #000000}
a.content_text:active {color: #000000}
a.content_text:hover {color: #000000;}
a.content_text { font-style: italic; text-decoration: underline}

a.content_text_1:link {color: #000000}
a.content_text_1:visited {color: #000000}
a.content_text_1:active {color: #000000}
a.content_text_1:hover {color: #000000;}
a.content_text_1 { font-style: italic; text-decoration: underline; font-size: 14px; }

a.content_text_16:link {color: #000000}
a.content_text_16:visited {color: #000000}
a.content_text_16:active {color: #000000}
a.content_text_16:hover {color: #000000;}
a.content_text_16 { font-style: italic; text-decoration: underline; font-size: 16px; }

a.content_text_18:link {color: #000000}
a.content_text_18:visited {color: #000000}
a.content_text_18:active {color: #000000}
a.content_text_18:hover {color: #000000;}
a.content_text_18 { font-style: italic; text-decoration: underline; font-size: 18px; }



.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0px;
color: white;
font-family:'Trebuchet MS', serif;
font-size:16px;
text-decoration: none;
font-weight: bold;
text-decoration:none
}

.content_stuff{
font-family:'Trebuchet MS', serif; font-size:14px;
text-align:left
}

table.content_stuff_12{
border-collapse:collapse;
font-family:'Trebuchet MS', serif; font-size:14px;
text-align:left;
line-height:140%;
white-space: nowrap
}

.r {
border-bottom: 1px groove #135193;
width: 80px;
padding: 0px;
}

.s {
border-bottom: 1px groove #135193;
width: 150px;
padding: 0px;
}

.content_header{
font-family:'Trebuchet MS', serif; font-size:18px;
text-align:left
}

.content_main_page{
font-family:'Trebuchet MS', serif; font-size:18px;
text-align:justify;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
line-height: 150%

}


.content_medium{
font-family:'Trebuchet MS', serif; font-size:16px;
text-align:left
}

img.bottom {vertical-align:text-bottom}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #DA3B48;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}



a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.ttextn{
font-family:'Trebuchet MS', serif; 
color: #FFFF00;
font-size:16px;
font-weight:bold;
}

.ttextis{
font-family:'Trebuchet MS', serif; 
color: #000000;
font-size:12px;
font-style:italic;
}


