body
{
	background-color: White;
	background-image: url('/images/bottom_background.gif');
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
}

/* link */

a
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: italic;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: italic;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: italic;
	text-decoration: underline;
}
