A {
	TEXT-DECORATION: none
}
A {
	FONT-FAMILY: Verdana, Arial, Geneva, sans-serif
}
A {
	FONT-SIZE: 10pt
}
A {
	FONT-WEIGHT: bold
}
A:link {
	COLOR: #7C2304;
}
A:visited {
	COLOR: #7C2304;
}
A:active {
	COLOR: #7C2304;
}
A:hover {
	COLOR: #FA845B;
	TEXT-DECORATION: none;
}

A.menu1 :link {
	color : #7C2304;
	text-decoration : none;
	font-family :verdana;
	font-weight : bold;
	font-size: 10pt;
}

A.menu1 :visited {
	color : #7C2304;
	text-decoration : none;
	font-family : verdana;
	font-weight : bold;
	font-size: 10pt;
}

A.menu1 :active {
	color : #7C2304;
	text-decoration : none;
	font-family : verdana;
	font-weight :bold;
	font-size: 10pt;

}

A.menu :hover {
	color :#FA845B;
	font-family : verdana;
	font-weight :bold;
	font-size: 12pt;
}
