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

<!--
body {
	background-color: #FFFFFF;
}
body,td,th {
	color: #FFFFFF;
}

p { ;
	font-family:Georgia;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
p:link {
	font-family:Georgia;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
p:visited {
	font-family:Georgia;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
p:hover {
	font-family:Georgia;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
p:active {
	font-family:Georgia;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
a {
font-family:Georgia;
font-style:normal;
font-size:20px
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->