body { background-color: #5F8AC5; }
table { border-collapse: collapse } 



a.one {  color: #FFFFFF; text-decoration: underline}
a.two {  color: #FFFFFF; text-decoration: none}
a.three { color: #A11671}
a.four { color: #A11671}
a.one:hover {  color: #00FF00; font-weight: normal; text-decoration: underline }
a.two:hover {  color: #00FF00; font-weight: normal; text-decoration: underline}
a.three:hover {  background-color: #000000; color: #00FF00; font-weight: normal;}
a.four:hover {  background-color: #000000; color: #00FF00; font-weight: normal;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
border-left:1px solid #9A9A9A; border-right:1px solid #9A9A9A; border-top:1px solid #9A9A9A; border-bottom:1px solid #9A9A9A; list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;

}

.glossymenu li a{
background: white url('images/glossyback.gif') repeat-x bottom left;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url('images/glossyback2.gif');
}



body {  font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: normal; color: #FFFFFF}
address {  font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color: #FFFFFF}