@charset "utf-8";
/* CSS Document */

body, li, div, p, table, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4c4c4c;
	background-color:#fff;
	text-shadow: 2px 2px 2px #CCC;
	}
a:link, a:visited {
	color:#305c71;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {	
	text-decoration: underline;
	font-weight:bold;
}