/* CSS Document */
	body {
		font-family: Courier New,Arial;
		font-size: 14px;
		color: #000000;
	}

a {
		font-weight: bold;
	}
a:link {
		color: #F7945C;
		text-decoration: none;
	}
a:visited {
	color: #F7945C;
	text-decoration: none;
}
a:hover {
		color: #000000;
		text-decoration: underline;
	}
a:active {
	color: #F7945C;
	text-decoration: none;
}

