/* CSS Document */
a.two:link {
font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	}
a.two:hover {
	text-decoration: underline;
	color: #FF0000;
	}

a.two:visited {
	text-decoration: none;
	color: #ffffff;
}

a.one:hover {
	text-decoration: underline;
	color: #FF0000;
	}
