A:link {
	color: #82726D;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #82726D;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #82726D;
	font-weight: bold;
	text-decoration: none;
}

BODY {
	font-family: monospace;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}


BODY.layout {
	background: #82726D url(./img/sfondo.jpg) no-repeat fixed top;
}

BODY.pages {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

TD {
	text-align: justify;
}

TD#center {
	text-align: center;
}

TD#left {
	text-align: left;
}

TD#right {
	text-align: right;
}

.bold {
	color: #800000;
}

.hand {
	cursor: pointer;
}

.lineThick {
    background: url(./img/lineThick.png) repeat-x fixed bottom;
}

.text {
	font-size: 15px;
}

.text11 {
	font-size: 11px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9C;
}