body{
	color			: #000000;
	font-family		: verdana,arial,tahoma,helvertica;
	text-align		: left;
	font-size		: 10pt;
	text-decoration		: none;
	background-color	: #ffffff;
}

a:link{
	color			: #6a6a6a;
	text-decoration		: none;
}
a:visited{
	color			: #6a6a6a;
	text-decoration		: none;
}
a:hover{
	color			: #000000;
	text-decoration		: none;
}
a:active{
	color			: #000000;
	text-decoration		: none;
}

ul.circle{
	list-style-type		: circle;
}

p {
	/*text-indent		: 11pt;*/
	text-align		: justify;
	vertical-align		: top;
}

table {
	background-color	: #ffffff; /*#f0f2ff;*/
}


td.sub{
	color			: #0f0f0f;
	background-color	: #ffffff;
	vertical-align		: top;
	font-size		: 9pt;
}


