/* CSS Document */
@charset "UTF-8";

a img {border: none;}

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	/*color: #666666; declared in defaultheml header for desktop only */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* Generic style classes used throughout */
A:link.hide { color:black; text-decoration: none}
A:visited.hide { color:black; text-decoration: none}
A:active.hide { color:black;text-decoration: none}
