
document.writeln('<style type="text/css">');

document.writeln('a			{ text-decoration: none; color: #FDD5D5; }');
document.writeln('a:hover 		{ color: #FFFFFF; }');
document.writeln('.heading		{ color: #FDD5D5; font-weight: bold;}');

if(NS){
	document.writeln('body,td 		{ color: #E6B8B8; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; }');
}else{
	document.writeln('body,td 		{ color: #E6B8B8; font-size: 10px; font-family: verdana, arial, helvetica, sans-serif; }');
}

document.writeln('</style>');
