
/* BEGIN IEPNGFIX */
img, div { behavior: url(/iepngfix.htc) }
/* END IEPNGFIX */

.bodytext {
	color: #b1b1b1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0 0 0 #000; /* REMOVES FUZZINESS AROUND SAFARI FONTS */
}
h1 {
	color: #b1b1b1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0 0 0 #000; /* REMOVES FUZZINESS AROUND SAFARI FONTS */
	display: inline;
}
ul {
    padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
    margin: 0px;
}
form {
    padding: 0px;
    margin: 0px;
}
a {
	color: #b1b1b1;
}
a:visited {
	color: #b1b1b1;
}
a:hover {
	color: #d1d1d1;
	text-decoration: none;
}
a:active {
	color: #b1b1b1;
	text-decoration: none;
}
b {
	font-weight: bold;
}
.navigation {
	display: block;
	color: #b1b1b1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0 0 0 #000; /* REMOVES FUZZINESS AROUND SAFARI FONTS */
	text-decoration: none;
	width: 159px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.navigation a {
}
.navigation a:hover {
	color: #d1d1d1;
}
