body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:active {
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#emphasis {
	font-weight: bold;
	color: #999933;
}
.bodyhighlight {
	font-weight: bold;
	color: #999966;
}
