body {
	background-color: #ffffff;
	font-family: Verdana, _sans;
	color: #000000;
	margin:0px;
}
img {
	border: 0px;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	font-family: Verdana, _sans;
	color: #de8500;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#container {
	min-width: 300px;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	/* background: url(../../images/bg.gif) repeat-y left;
	padding-left: 10px; */
}
#menu {
	position: relative;
	/*top: 3.4em;
	float: left;*/
	width: 190px;
	margin-bottom:10px;
	padding-right:0.7em;
	text-align:right;
	line-height: 150%;
	overflow: hidden;
}
#menu a:link, a:visited {
	font-size: 1em;
	text-decoration: none;
}
#menu a:hover, a:active {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#menu ul li {
	text-align:right;
	list-style-type:none;
	list-style-position: inside;
	font-size: 0.9em;
	font-weight: bold;
}
#menu p.language {
	font-size: 0.8em;
	color: #454545;
}
#smaller {
	color: #555555;
	width: 190px;
	margin: 0px;
	padding: 3px;
	background: #eeeeee;
	border: 1px solid #888888;
	font-weight: bold;
	font-size: 0.7em;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: Verdana, _sans;
	text-align: right;
}
#smaller a:link, #smaller a:visited {
	font-family: Verdana, _sans;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
}
#smaller a:hover, #smaller a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#uno {
	background: url(images/map.gif) no-repeat;
}
#due {
	background: url(images/print.gif) no-repeat;
}
#tre {
	background: url(images/mail.gif) no-repeat;
}
#main {
	max-width: 690px;
	/*margin-left: 200px;*/
	padding: 1.1em;
	border-left: 1px dotted #555555;
}
#main h1 {
	font-size: 1.3em;
}
#main h2{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#main p {
	min-width: 400px;
	max-width: 800px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
}
#main p.small {
	margin-left: 5px;
	margin-top: 0.5em;
	font-weight: bold;
	
}
#main ul  {
	/*position: relative;*/
	left: -17px;
	/*list-style-image: url(images/cube.gif);*/
	list-style: square url("images/square6.gif");
	font-size: 0.9em;
	color: #000000;
}
#main ul li {
	margin-top: 0.5em;
}
#main div {
	width: 100%;
	font-size: 0.7em;
	height: 2em;
	padding-right: 1em;
	color: #454545;
	border: 1px solid #676767;
}
#header {
	margin-top: 0px;
	width: 100%;
	min-width: 640px;
	max-width: 919px;
	height: 50px;
	text-align: right;
	background: url(images/logo_mass.gif) no-repeat left;
	border-bottom: 1px dotted #de8500;
	font-size: 1.5em;
}
#header p {
	position: relative;
	top: 25px;
	font-size: 0.8em;
	color: #000000;
/*	font-weight: bold;*/
	font-style:italic;
	font-family: Arial, Sans-serif;
}
#footer {
	min-width: 640px;
	max-width: 919px;
	margin-top: 5px;
	border-top: 1px dotted #bcbcbc;
	padding:0.5em;
	clear: left;
	font-size: 0.6em;
}
#copyright {
	float: right;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #777777;
}
#searchbox .text {
	border: 1px solid #888888;
	background: white;
	font-size: 0.7em;
	font-family: Verdana, _sans;
	font-weight: bold;
	color: #555555;
	height: 14px;
	width: 80px;
}
#searchbox .submit {
	border: 1px solid #888888;
	background: white;
	font-size: 0.7em;
	font-family: Verdana, _sans;
	font-weight: bold;
	color: #555555;
}
#lang {
	text-align: left;
}
table.customers {
	width: 600px;
} 
table.customers td {
	text-align: center;
	vertical-align: middle; 
	padding: 10 px;
	height: 80px;
} 
table.customers a {
	color: #555555;
	font-size: 11px;
}
table.customers a.nohover:hover, 
table.customers a.nohover:active {
	border-bottom-width: 0px;
}
a.openPDF {
	color: #555555;
	background: url("images/pdf_icon.gif") no-repeat;
	background-position: -10px -3px;
	padding : 3px 0px 2px 20px;
}
/* tooltip div */
div#titleTooltipDiv {
	position : absolute;
	border : 1px solid #de8500;
	padding : 5px 5px 5px 5px;
	-moz-border-radius : 5px 5px 5px 5px;
	-webkit-border-radius : 5px 5px 5px 5px;
	background: #FFFFFF;
	width: 250px;
	min-height: 40px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}
.leftimg {
    float:left;
    margin: 7px 7px 7px 0;
}
.rightimg  {
    float: right; 
    margin: 7px 0 7px 7px;
}
