@charset "utf-8";
/* CSS Document */

body {
	background: #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color:#615E71;
	SCROLLBAR-FACE-COLOR: #C0BEC9;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #E1E0E4;
	SCROLLBAR-3DLIGHT-COLOR: #DCD7D1;
	SCROLLBAR-ARROW-COLOR: #525061;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}

a:link, a:active, a:visited {
	color:#404080;
	text-decoration:underline;
}

.prod {
	text-align: justify;
	float: none;
	height: 420px;
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	visibility: visible;
	left: 10px;
	top: 0px;

}
