/* CSS Document */

*
{
	margin:0;
	}

body
{
	background-color:#FFF;
	background-image:url(../images/bg_page.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;

	}

p{
	text-align:justify;}

#container
{
	width:950px;
	margin:auto;
	}

.testo, .testo:visited,.testo:link, a.testo:hover
{
	color:#999;
	}

.title, .stdBold
{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#b8797c;
	}

.menu, .menu:link, .menu:visited
{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#565b55;
	}

.menulight, .menulight:link, .menulight:visited
{
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	}
	
a.menu:hover, a.menulight:hover	
{
	color:#e63328;
	}
	
.micro
{
	font-size:7px;
	}
	
.upperred	
{
	color:red;
	text-transform:uppercase;
	
	}

