/* Front-End Stylesheet
	Configure to match your layout look and feel
*/

/* Import necessary SMS class css files */
	@import url(/_styles/styles_2004.css);


body {
	margin: 0; padding:0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
}
	
th, td {font-size:11px; color:#000;}

/*
a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover	{color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}
*/

img {border:none;}
