/* CSS Document */
body 
{
	background-color:#ffffff;
	background-image:url(../Images/Background.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
td.EmptyCell
{
	line-height: 10px;
}
td.HeaderRight
{
	background-image:url(../Images/HeaderRight.gif);
	background-repeat:no-repeat;
	vertical-align:top;
}
/*
td.LeftMenuArea
{
	background-color: #910000;
	background-image:url(../Images/language-it/CentralLeft.gif);
	background-repeat:no-repeat;
	vertical-align: top;
}
*/
td.ShowcaseArea
{
	background-image:url(../Images/ShowCase.gif);
	background-repeat: no-repeat;
	background-color: #910000;
	vertical-align: top;
}
td.CentralRight
{
	background-image:url(../Images/CentralRight.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

/* begin of Options*/
div.SiteOptions
{
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C6A3A3;
}
a.SiteOptions
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #C6A3A3;
	border: none;
}
a.SiteOptions:hover
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #C6A3A3;
	border: none;
}

/* end of Options*/

/* begin of Footer */
td.Footer
{
 	background-image:url(../Images/Footer.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
div.Footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	padding-right: 13px;
}
a.FooterLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	border: none;
}
a.FooterLink:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
	line-height: 30px;
	color: #ffffff;
	border: none;
}
/* end of Footer*/
a.SimpleLink
{
	border: none;
	text-decoration: none;
}
a.SimpleLink:hover
{
	border: none;
	text-decoration: none;
}

/* standard html elements */
a
{
	font-weight: normal;
	text-decoration: none;
	color: #FAC5A0;
	border-bottom: 1px dotted #FAC5A0;
}
a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
