/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFE1;
	color: #000000;
	font-family: georgia;
	font-size: 11px;
	line-height: 18px;
}
A:link {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #000000;
}
A:hover {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #000000;
}
A:visited {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #000000;
}
A:visited:hover {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #000000;
}
A.whitetext_link {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}
A.whitetext_link:hover {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}
A.whitetext_link:visited {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}
A.whitetext_link:visited:hover {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}
.whitetext {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}.content {
	font-family: georgia;
	font-size: 10px;
}
A.plain_link {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
}
A.plain_link:hover {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
}
A.plain_link:visited {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
}
A.plain_link:visited:hover {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
}

A.blue_link {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #6B8CC6;
}
A.blue_link:hover {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #6B8CC6;
}
A.blue_link:visited {
	text-decoration: underline;
	font-family: georgia;
	font-size: 11px;
	color: #6B8CC6;
}
A.blue_link:visited:hover {
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	color: #6B8CC6;
}