@charset "ISO-8859-1";
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
}
h2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #0059DB;
}
body {
	background-color: #666666;
	color: #CCCCCC;
	background-image: url(bg.gif);
}
a {
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #333333;
}
