
BODY, TD, div, p, b  {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 10pt;
                color: Navy;
                                scrollbar-face-color: #D7DBE4;
                                scrollbar-shadow-color: #000080;
                                scrollbar-highlight-color: #f0f0f0;
                                scrollbar-3dlight-color: #000080;
                                scrollbar-darkshadow-color: #000080;
                                scrollbar-track-color: #f0f0f0;
                                scrollbar-arrow-color: #800080;
                 background-repeat: no-repeat;
}
body {
	background-image: url(img/w_lc0080.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	}

A {
        color: #0000FF;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica;
         font-size: 10pt;
}
A:visited {
        color: #000080;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica;
        text-decoration : underline;
        }

A:hover {
        color: Purple;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica;
        text-decoration : none;
                       }
a.menu {
	width: 120px;
	text-decoration: none;
}

a.menu:hover {
	width: 120px;
	background-color: White;
	text-decoration: none;
	}

a.menu:visited {
	width: 120px;
	text-decoration: none;
}

 .button
   { background-color: Purple;
        color:#FFFFFF;
        width:100px;
        border:2px solid #DDDDDD;
        text-align: center;
		  padding: 2px 2px 2px 2px
		  }
	a.button:hover {
		background-color: #CECFFF;
		color: White;
		text-decoration: none;
	}
a.button:visited {
	color: white;
	text-decoration: none;
}

a.button {
		text-decoration: none;
}

table.border {
	border-bottom: solid 4px navy;
	border-top: solid 1px navy;
	border-right: 4px solid #0002BB;
	border-left: solid 1px navy;

}

HR {
        color : Navy;
}

H1 {
        font-size : 12pt;
        font-weight: bold;
        color: Purple;
        text-align: center;
}

H2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight: bold;
        color: Purple;
        text-align: center;
}

H3 {
        font-size : 10pt;
        font-weight: bold;
        color: Purple;
          text-align: left;
        }

H4 {
        font-size : 10pt;
        font-weight: bold;
        color: Navy;
       }

H5 {
        font-size : 10pt;
        font-weight: normal;
        color: Purple;
}

.y { color: #840084; }