body {margin-left: 0px;	margin-top: 0px; margin-right: 0px;	margin-bottom: 0px;	background-color:#02035F;}

body,td,th {font-family: Verdana; font-size: 10px; color: #FFFFFF;}



body{scrollbar-face-color:02035F; scrollbar-shadow-color: #01589F; scrollbar-highlight-color: #02035F; scrollbar-3dlight-color: #01589F; 

scrollbar-darkshadow-color: #01589F; scrollbar-track-color: #01589F; scrollbar-arrow-color:#FFFFFF}



a:link {color: #0099FF; text-decoration: none;}

a:visited {color: #0099FF; text-decoration: none;}

a:hover {color: #0099FF; text-decoration: underline;}

a:active {color: #0099FF; text-decoration: none;}



.f1 {font-size: 8px}

.f2 {font-size: 9px; font-weight: bold}

.f3 {font-size: 10px; font-weight: bold}

.f4 {font-size: 10px; color: #02035F;}

.f5 {font-size: 10px; font-weight: bold; color: #02035F;}

.f6 {font-size: 12px;}

.f7 {font-size: 12px; font-weight: bold}

.f8 {font-size: 13px;}

.f9 {font-size: 13px; font-weight: bold; color: #02035F;}

.f10 {font-size: 18px;}

.f11 {font-size: 18px; font-weight: bold}



h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {font-size: 12px;}

h2 {font-size: 14px;}

h3 {font-size: 16px;}

h4 {font-size: 10px;}

h5 {font-size: 20px;}



.textinput {font-family: Verdana; font-color: #ffffff; font-size: 9px; background-color: #FFCC99; border: 1px solid #888888;}

			
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: #000;
    font-size: medium;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
