@charset "UTF-8";

/* --------- Website Global Settings ------------------- */

* {margin: 0; padding: 0; }     /* general reset */

html { overflow-y: scroll; }    /* no side way shift of page */

.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; padding-bottom:10px;
}

.headertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

body {
 margin-top: 0px;
}

.style2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}


.style3 {
 color: #406d8f;
 font-weight: bold;
 font-size: 18px;
}

.style4 {color: #406d8f;
 font-weight: bold; 
}

.style5 {color: #406d8f; font-weight: bold; font-size: 12px;padding-top:10px; }

.style8 {
 font-weight: bold;
 font-size: 12px;
 color: #406d8f;
 padding-top:10px;
} 

