body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
}

body, th, td {
    font-family: Trebuchet MS,Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000000;
      
            scrollbar-base-color:#0080C0;  
                 scrollbar-face-color:  #000040 ; 
                 scrollbar-shadow-color:black; 
                 scrollbar-highlight-color: #C0C0C0; 
                 scrollbar-3dlight-color: #80FFFF; 
                 scrollbar-track-color: #E8E8E8; 
                 scrollbar-arrow-color: #FF0080; 
 
}

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}


.text1 {
    font-size: 12pt;

}

.text2 {
    color: #4B7792;
}

.text3 {
    font-size: 9px;
    color: #9D9D9D;
}

a {
    color: #327B9C;
}

a:hover {
	text-decoration: none;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

#content {
    height: 460px;
    overflow: auto;
    
            scrollbar-base-color: #0000FF;  
                 scrollbar-face-color:  #0080C0; 
                 scrollbar-shadow-color:black; 
                 scrollbar-highlight-color: #C0C0C0; 
                 scrollbar-3dlight-color: #80FFFF; 
                 scrollbar-track-color: #CEFFFF; 
                 scrollbar-arrow-color: #FF80FF; 
                 scrollbar-darkshadow-color: #0000A0;
}