/* CSS Document */
body 
{
	margin : 0px 0px 0px 0px;
	background-color: #BBC8CB;
	background-image: url("images/bg.gif")
 	/*background-repeat: no-repeat;*/
}
H1{
	font-family: Tahoma;
	font-size : 15px;
	color : black;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 2pt;
}
p{
	font-family: Tahoma;
	font-size : 12px;
	color : black;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align: justify;
}
p.main{
	font-family: Tahoma;
	font-size : 12px;
	color : black;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
p.continua{
	font-family: Tahoma;
	font-size : 11px;
	color : black;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align:right;
}
a:link{
	color : #5E808A;
	text-decoration: none;
}
a:hover {
	color : #006F98;
	text-decoration : none;
}
a:visited{
	color : #5E808A;
	text-decoration : none;
}
p.address{
	font-family: Tahoma;
	font-size : 10px;
	color : black;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align:right;
}

p.sottomenu{
	font-family: Tahoma;
	font-size : 11px;
	color : #333333;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align:left;
	line-height: 18px;
	font-weight: bold;
}

p.text{
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
li{
	font-family: Tahoma;
	font-size : 12px;
	color : black;
	margin-left: 5pt;
	margin-bottom: 5pt;
}

