/* CSS Document */

a.menu {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

a.menu:hover {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #000099;
}

.text{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.header{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}
.high{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.white{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
}
.swhite{
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
.left {
	DISPLAY: block;
	WIDTH: 100%;
	COLOR: #000;
	padding-left: 5px;
	padding-top: 3px;
	BACKGROUND-COLOR: #ffcccc;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}
.left:hover {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #ff0000; 
	TEXT-DECORATION: none;
}
.prod {
	DISPLAY: block;
	WIDTH: 100%;
	COLOR: #000;
	padding-left: 5px;
	padding-top: 3px;
	BACKGROUND-COLOR: #99cccc;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}
.prod:hover {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #009999; 
	TEXT-DECORATION: none;
	font-weight: bold;
}