/* CSS Document */

body { background-color: #FFFFFF; font-family: Arial, Helvetica, Geneva; color: #000000; margin: 1px; }

a { color: blue; text-decoration: underline; }
a:hover { color: blue; text-decoration: none; }
a:visited { color: blue; }

.nostyle { text-decoration: none; }

.navbutton { background-color: #666666; padding-left: 10px;}

.whitelink { color: white; text-decoration: none; }
.whitelink:hover { color: white; text-decoration: underline; }
.whitelink:visited { color: white; }

.whitelink2 { color: white; text-decoration: underline; }
.whitelink2:hover { color: white; text-decoration: none; }
.whitelink2:visited { color: white; }

.graylink { color: #cccccc; text-decoration: underline; }
.graylink:hover { color: #999999; text-decoration: none; }
.graylink:visited { color: #cccccc; }

.secondarylink { font-weight: bold; color: black; text-decoration: none; }
.secondarylink:hover { color: black; text-decoration: underline; }
.secondarylink:visited { color: black; }

.secondarylink2 { font-weight: bold; color: black; text-decoration: underline; }
.secondarylink2:hover { color: black; text-decoration: none; }
.secondarylink2:visited { color: black; }

.integritylink { color: black; text-decoration: underline; }
.integritylink:hover { color: black; text-decoration: none; }
.integritylink:visited { color: black; }