/* General Styles */

body {
	background-color: ffffff;
	margin: 0px
}

td {
	font-family: times, serif;
	font-size: 11pt;
	color: 333333
}

p {
	font-family: times, serif;
	font-size: 11pt;
	color: 333333
}

li {
	font-family: times, serif;
	font-size: 11pt;
	color: 333333
}

a:link {
	color: 333333;
	text-decoration: none
}

a:visited {
	color: 333333;
	text-decoration: none
}

a:hover {
	color: 9C0001;
	text-decoration: none
}

a:active {
	color: 9C0001;
	text-decoration: none
}