/* CSS Document */

.help{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	background-color:#D8B163;
	}
.help a:link {
	color: #8B0000;
	text-decoration: none;
}
.help a:visited {
	text-decoration: none;
	color: #8B0000;
}
.help a:hover {
	text-decoration: underline;
	color: white
}

/* css menu superior*/

.help1{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	background-color:#D8B163;
	}
.help1 a:link {
	color: #8B0000;
	text-decoration: none;
}
.help1 a:visited {
	text-decoration: none;
	color: #8B0000;
}
.help1 a:hover {
	text-decoration: none;
	color: white
}

/* css catalogue*/

.help2{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	}
.help2 a:link {
	color: #000000;
	text-decoration: none;
}
.help2 a:visited {
	text-decoration: none;
	color: #3399CC;
}
.help2 a:hover {
	text-decoration: none;
	color: #CCCC66
}