﻿#contenttable {
	width: 566px;
}

.content
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	color: #3366cc;
	padding-top: 15px;
	text-align: left;
}
.contentbold
{
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	vertical-align: top;
	color: #3366cc;
	padding-top: 15px;
	text-align: left;
}
.contentboldul
{
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	vertical-align: top;
	color: #3366cc;
	padding-top: 15px;
	text-align: left;
	text-decoration: underline;
}
.contentalt 
{
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #a0002c;
	font-size: 12pt
}
.contentaltcenter
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #a0002c;
	font-size: 12pt
}
.contentaltright
{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	color: #a0002c;
	font-size: 12pt
}
.contenttiny
{
	vertical-align: top;
	text-align: left;
	color: #3366cc;
	font-size: 9pt
}
.contenttinybold
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: top;
	color: #3366cc;
	text-align: left;
}
.contenttinyi
{
	font-size: 9pt;
	vertical-align: top;
	color: #3366cc;
	font-style: italic;
	text-align: left;
}
.contenttinyibold
{
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
	color: #3366cc;
	font-style: italic;
	text-align: left;
}

.content h1
{
	font-weight: bold;
	font-size: 14pt;
	color: #3366cc;
	font-style: italic;
	font-family: Verdana, Helvetica;
	text-decoration: none;
	text-align: left;
}
.content p {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	color: #3366cc;
}
hr {
	width: 100%;
	height: 1px;
	border-top: thin dotted #586F84;
}

.copytext	{ COLOR: #999999; FONT: 10px geneva, verdana, arial, sans-serif }

.headerpic
{
	background-image: url(images/logo_pianta.jpg);
	width: 760px;
	background-repeat: no-repeat;
	height: 158px;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 0px;
}

#contentlocation { LEFT: 180px; WIDTH: 600px; POSITION: absolute ; TOP: 190px; padding:0px 0px; }

 /* START THE CODE FOR THE MENUS */
#menulocation { LEFT: 26px; WIDTH: 154px; POSITION: absolute; TOP: 190px; padding:0px 0px; white-space:nowrap; }

.menu
{
	font-family: arial, verdana, helvetica, sans;
	font-size: 8pt;
	height: 28px;
	width: 154px;
	cursor: hand;
	font-weight: bold;
	text-indent: 8px;
	line-height: 21pt;
	text-align: left;
	display: block;
	border: #FFFFFF 0px solid;
	background-color: transparent;
}

a.menu:link 	{ background-image: url("picts/menu.gif");
		  	color:#FFFFFF; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("picts/menuon.gif");
		  background-color:#225A71;
		  color: #FFFFFF; }


a.menu:hover 	{ background-image: url("picts/menuon.gif");
		  background-color:#FFFFFF;
		  color: #3366cc; }

.submenu
{
	font-family: arial, verdana, helvetica, sans;
	font-size: 7pt;
	height: 12px;
	width: 154px;
	cursor: hand;
	font-weight: bold;
	text-indent: 12px;
	line-height: 12pt;
	text-align: left;
	display: block;
	border: #FFFFFF 0px solid;
	background-color: transparent;
}

a.submenu:link 	{ background-image: url("picts/menu.gif");
		  	color:#FFFFFF; }


a.submenu:visited 	{ background-image: url("picts/menu.gif");
		  color: #FFFFFF; }


a.submenu:active 	{ background-image: url("picts/menuon.gif");
		  background-color:#225A71;
		  color: #FFFFFF; }


a.submenu:hover 	{ background-image: url("picts/menuon.gif");
		  background-color:#FFFFFF;
		  color: #3366cc; }

.menutrans 	
{ 
	filter:alpha(opacity=50);
}
