@charset "iso-8859-1";
/* CSS Document */

.default {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.header {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
body {
	font-family: Arial;
	line-height: 22px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
