A:hover { color: green;}
* { font-family: Arial; }
H1 {font-family: arial; font-size: 16pt; color: black; 
padding-left: 15px; text-decoration: italic;}
.text {font-family: arial; font-size: 100%; color: black; text-indent: 10pt; text-align: justify}
.menu { 
	font-family: arial; 
	font-size: 12pt; 
	color: black; 
	text-decoration: bold;
	padding-top: 2px;
	padding-bottom: 0px;
/*	background-color: white; */
}

.menu IMG { border: 0px; }
.menu A { 
	color: blue; 
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
/*	background-color: #efEfFf; */
}
.menu A:hover {
/*	background-color: #B8D5FF; */
	color: #BB0000;
}

.menu A.selected {
	background-color: #B8D5FF;
}

.prod {font-family: arial; font-size: 100%; color: red; text-decoration: bold;}
A.prod {color: blue; text-decoration: none; 
	padding-top: 20px; 
	padding-bottom: 20px; }
A.prod:hover {color: red; text-decoration: none; }

IMG.prod {border: 0}
.adr {font-family: arial; font-size: 12pt; color: black; text-indent: 15px;}

.se {
color: green;
}

P { text-indent: 15px; }
.desc {
	color: green;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.tab, .tab TD {
	border: 1px gray solid;
}
.tab TD { border-bottom: 0px;}
.tab { border-bottom: 2px gray solid;}
.h {
	background-color: #DDDDDD;
	font-weight: bold;
}
.sn {color:red;}
.warn { color: red; font-weight: bold;}
.acpt { color: green; font-weight: bold;}
