body	{
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #7c7c7c;
}
H1		{
	font-size: 20px;
	color: #666666;
	white-space: nowrap;
}
H2		{
	font-size: 18px;
	color: #7c7c7c;
	white-space: nowrap;
	margin-bottom: 2px;
}
H3		{
	font-size: 16px;
	color: #7c7c7c;
	margin-top: 8px;
	margin-bottom: 1px;
}
H4		{
	font-size: 14px;
	color: #939393;
	margin-top: 8px;
	margin-bottom: 1px;
}
table	{
	background-color: #cccccc;
	border: 0px;
}
th		{
	background-color: #ffffff;
	font-size: 16px;
	text-align: left;
}
td		{
	background-color: #ffffff;
	font-size: 12px;
}
hr		{
	color: #cccccc;
	height: 1px;
}

a:link	{
	color: #0c4ad1;
	text-decoration: none;
}
a:visited	{
	color: #8c0ad1;
	text-decoration: none;
}
a:hover	{
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
}
a:active	{
	color: #ff0000;
	text-decoration: none;
}
