.mainWindow { width: 602px; height: 250px; overflow: auto; }

.textsml{
font-size:10px; color:#990000}

body {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color:#FFFFFF}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
a:link {  color: #3333FF; text-decoration: none}
a:active {  color: #3333FF; text-decoration: none}
a:visited {  color: #3333FF; text-decoration: none}
a:hover {  color: #3333FF; text-decoration: underline}
.style3 {font-size: x-small}

/* style for top sprite menu */
 #nav-header {
 float:right;
	background-image:url(../images/top_nav_sprite.jpg);
	background-repeat: no-repeat;
    width:350px;
    height:69px;
    margin:0;
    padding:0;
    }

    #nav-header span {
    display: none;
    }

    #nav-header li, #nav-header a {
    height:69px;
    display:block;
    }

    #nav-header li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-header-01 {width: 70px;}
    #nav-header-02 {width: 70px;}
    #nav-header-03 {width: 70px;}
    #nav-header-04 {width: 70px;}
    #nav-header-05 {width: 70px;}

    #nav-header-01 a:hover {background:url(../images/top_nav_sprite.jpg) 0px -70px no-repeat; }
    #nav-header-02 a:hover {background:url(../images/top_nav_sprite.jpg) -70px -70px no-repeat; }
    #nav-header-03 a:hover {background:url(../images/top_nav_sprite.jpg) -140px -70px no-repeat; }
    #nav-header-04 a:hover {background:url(../images/top_nav_sprite.jpg) -210px -70px no-repeat; }
	#nav-header-05 a:hover {background:url(../images/top_nav_sprite.jpg) -280px -70px no-repeat; }
