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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #666;
}
h1 {
	font-size: 14pt;
	font-weight:normal;
	margin-top:10px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:link {color: #666;}
a:visited {color: #666;}
a:hover {color: #0F0;}
a:active {color: #666;}


