A {
	color : #FF3300;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	line-height : 12px;
}

A:HOVER {
	color : #0033FF;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

A:ACTIVE {
	color : #0033FF;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

BODY {
	color : black;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	line-height : 18px;
}

P {
	color : black;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	line-height : 18px;
}

.selected {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}