.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	font-weight : bold;
}

a.menu{
	text-decoration : none;
	color : white;
}

a.menu:hover{
	color :#F7820E;
	background : #ffffff;
}

a.normal{
	color : #000099;
	text-decoration : none;
}

a.normal:hover{
	color : #F7820E;
	text-decoration : none;
}

.small{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
 a.small{
	color : #000099;
}
a.small:Hover{
	color : #f7820e;
	text-decoration : none;
}

.strong{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : 000000;
}
a.strong{
	color : Navy;
}
a.strong:hover{
	color : #FF6500;
	text-decoration : none;
}
.title{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	color : Black;
}