body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333300;
	
}

strong {
	font-weight:bold;
	color: #000000;
}

em {
	font-style:italic;
	color: #333300;
}

a:link {
	color: #0000CC;
	text-decoration: none;
	white-space:nowrap;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
	white-space:nowrap;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
	white-space:nowrap;
}

a:active {
	color: #0000CC;
	text-decoration: none;
	white-space:nowrap;
}


