/* CSS Document */

.junk_class {}

p {
			font-family: verdana; font-size: 10px; color: black; line-height: 1.25;
}
h1 {
			font-family: verdana; font-size: 13px; color: #928364; line-height: 1.25; font-weight: bold;
}
h2 {
			font-family: verdana; font-size: 10px; color: black; line-height: 1; font-weight: bold;
}
.nav {
			font-family: times; font-size: 13px; color: black; line-height: 1; font-weight: bold;
}

.nav_link {text-decoration: none; color: #ffffff; font-weight: bold}
A.nav_link:hover { text-decoration:underline; color: #ffffff; font-weight: bold}
A.nav_link:active { text-decoration: none; color: #ffffff; font-weight: bold}

.link {text-decoration: none; color: #67877a; font-weight: bold;}
A.link:hover { text-decoration:underline; color: white; font-weight: bold; background-color: #67877a;}
A.link:active { text-decoration: none; color: white; font-weight: bold;}
