
.box_light{ background-color: #FAFAFA; }
.box_dark{ background-color: #105CD2; }


body {
        font-family : tahoma;
        font-size : 10pt;
        font-style : normal;
        background-color : #425365;
        color:737373;
}
a {
        text-decoration: underline;
        color:#333366;
}
h1 {
        font-family : "arial narrow";
        color: #737373;
        font-size: 18px;
        text-align: left;
}
h2 {
        font-family : "arial narrow";
        color: #F6A315;
        font-size: 14px;
        text-transform : uppercase;
}
h3 {
        font-family : "Tahoma";
        color: #F6A315;
        font-size: 12px;
}
h4 {
        font-family : "Tahoma";
        color: #F6A315;
        font-size: 11px;
}
.orangeheader {
        font-family:arial narrow; 
        font-size:18px; 
        font-weight:bold; 
        letter-spacing:1px; 
        color: #FFFFFF;
        padding-left:160px;
}
ol {
        font-size: 10pt;
        font-style: normal;
        background-color: White;
        color: #737373;
}
p {
        font-family: tahoma;
        font-size: 10pt;
        font-style: normal;
        color: #1a1a1a;
}
td {
        font-family: tahoma;
        font-size: 10pt;
        font-style: normal;
        color: #737373;
}
form {
        background: #ffffff;
        font-family: tahoma;
        font-size: 10pt;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
}
input,textarea,select {
        border: 1px solid Gray;
}
