body {
 background-color: #ffffff;
 scrollbar-arrow-color:#003263; 
 scrollbar-face-color:#e6e9ee;
 scrollbar-base-color:#ffffff; 
 scrollbar-3dlight-color:#8099b1; 
 scrollbar-darkshadow-color:#003263; 
 scrollbar-shadow-color:#8099b1;
 margin-left: 10px;
 margin-bottom: 4px;
 margin-right: 3px;
}

body, table {
 font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
 font-size: 14px;
 font-weight: normal;
 color: black;
}

hr {
 color: #003263;
}

ul {
 margin-left: 16px;
 padding-left: 0px;
 list-style-type: square;
}

.maintable {
 border-collapse: collapse;
 border-spacing: 0px;
 border: 0px;
}

.tableshort {
 border-collapse: collapse;
 border-spacing: 0px;
 border: 0px;
 width: 375px;
}

.header {
 font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 color: #ffa500;
 margin-bottom: 0px;
}

.header2 {
 font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 color: #002363;
}

a {
 text-decoration: underline;
 font-weight: bold;
}

a:link,a:visited { 
 color: green;
}

a:active,a:hover {
 color: #ffa500;
}

a:hover {
 text-decoration: none;
}

