.navigation {  font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #990000}
a.navigation:hover {  font-weight: bold; color: #FFFF99}
a.navigation:hover {  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; clip:   rect(   ); text-decoration: underline}
.emaillink {  color: #FFFFFF; font-family: "Times New Roman", Times, serif; font-size: 10pt}
a.emaillink:hover {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #CCCCCC; text-decoration: underline}
.specialisttext {  font-family: "Times New Roman", Times, serif; font-size: 16pt; color: #FFFFFF; text-decoration: none}
.addresstopwhite {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF; text-decoration: none}
.addresstopCream { font-family: "Times New Roman", Times, serif; font-size: 11pt; color: #FFFFCC; text-decoration: none }
.navigationreverse {  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: bold; color: #990000; text-decoration: none}
a.navigationreverse:hover { font-weight: bold; color: #333333; font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; text-decoration: underline}
.navigation_submenu { font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #FFFFFF; text-decoration: none; font-weight: normal; background-color: #990000}
a.navigation_submenu:hover { font-weight: normal; color: #FFFF99; font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; text-decoration: underline}
.navigation_submenuNoLink { font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #999999; text-decoration: underline; font-weight: normal; background-color: #990000}
.navigationNoLink { font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #FFFFFF; text-decoration: none; font-weight: bold; background-color: #990000 }
.back_to_top { font-family: "Times New Roman", Times, serif; font-size: 12pt; color: #000000; text-decoration: underline; font-weight: normal}
a.back_to_top:hover { font-weight: normal; color: #990000; font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: normal; clip: rect( ); text-decoration: underline }
.footer_links { font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #990000; text-decoration: none; font-weight: normal}
a.footer_links:hover { font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #990000; text-decoration: underline ; font-weight: normal}
.black_text_std { font-family: "Times New Roman", Times, serif; font-size: 12pt; color: #000000; text-decoration: none; font-weight: normal}
a.black_text_std:hover { font-weight: normal; color: #000000; font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: normal; clip: rect( ); text-decoration: underline }
a.addresstopCream:hover { font-family: "Times New Roman", Times, serif; font-size: 11pt; color: #CCCCCC; text-decoration: underline}
.navigation_submenu_reverse { font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #990000; text-decoration: none; font-weight: normal; background-color: #FFFFCC}
.navigationNoLink_reverse { font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #990000; text-decoration: none; font-weight: bold; background-color: #FFFFCC}
a.navigation_submenu_reverse:hover { font-weight: normal; color: #333333; font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; text-decoration: underline}
.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: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
	float: left;
    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 */
} 

