body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : #E0D5B9;
}

a.menu{
	text-decoration : none;
	color : 000099;
}

a.menu:hover{
	color : #E0D5B9;
	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 : 10px;
}
 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 : #000000;
}