.textlarge{
color: #003F87; 
font-family: "arial", sans-serif; 
font-size: 25pt; 
font-weight: bold;
font-style: normal;
}

.textmedium{
color: #000000; 
font-family: "arial", sans-serif; 
font-size: 12pt; 
font-weight: bold;
font-style: normal;
}

.textsmall{
color: #ff0000; 
font-family: "arial", sans-serif; 
font-size: 10pt; 
font-weight: normal;
font-style: normal;
}

a{
font-family:"arial", sans-serif; 
line-height:15px; 
color: #000000; 
text-decoration:none; 
/*or overline*/
font-weight:normal; 
font-style: normal;
}
a:hover{
color: #ff0000; 
font-weight: normal; 
font-style: normal; 
text-decoration: underline
}
a:active{
color: #0000ff;
}

body{
scrollbar-face-color: #003F87; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #ffffff
}

body{
background-color:#F0F0F0;
background-image: url(../images/back.gif); 
margin-top: 0; 
margin-top:0px;
margin-right:12px; 
margin-bottom:0px; 
margin-left:12px; 
font-family:"Arial", sans-serif; 
font-size:11pt; 
font-weight:normal; 
font-style: italic;
}

.td{
background-color:#003F87;
border:0 #999999 solid; 
background-image: url(../images/back.gif); 
padding=0; 
}

li{
color:#000000;
list-style-type:square;
}
ol{
color:#000000;
}
ul{
color:#000000;
list-style-type:square;
}

/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size:x-small;
font-family:"Arial", sans-serif;
}