/* CSS Document */


.body a:link { color: #006600; text-decoration: none }
.body a:visited { color: #006600; text-decoration: none }
.body a:hover { color: 000066; text-decoration: underline }

.nav a:link { color: #ffffff; text-decoration: none; font-size: 13px }
.nav a:visited { color: #ffffff; text-decoration: none; font-size: 13px}
.nav a:hover { color: #0099FF; text-decoration: underline; font-size: 13px }

.nav2 a:link { color: #033A68; text-decoration: none }
.nav2 a:visited { color: #033A68; text-decoration: none }
.nav2 a:hover { color: #333333; text-decoration: none }

.nav2 body { color: #333333 }

.head { font-size: large; font-weight: bold }