body {
	color: #000000;
	margin: 0px;
	}
a {
	color: #3399cc;
	text-decoration: none;
	}
a:hover {
	color: #aabbdd;
	text-decoration: none;
	}

table.mainTable {
	width: 752px;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
}

table.mainTable td.main {
	border: none;
	padding: 20px 6px 0px 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	line-height: 1.2;
}

table.mainTable td.img-top {
	margin: 0px;
	border-top: solid 1px #9e9e9e;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	height: 162px;
	width: 1000px; /* Fix per IE */
}
	
table.mainTable td.footer {
	border-bottom: solid 1px #9e9e9e;
}

/* LINKLISTING - MENU */

table.mainTable td.linklisting {
	margin: 0px;
	border-top: solid 1px #9e9e9e;
	padding: 0px;
	text-align: left;
	font-variant: small-caps;
	width: 250px;
	line-height: 1.1;
}

.linklisting a {
	color: #3399cc;
	font-weight: bold;
	}
.linklisting a:hover {
	font-weight: bold;
	color:#aabbdd;
	}
	
div.moduletable {
	margin: 0px;
	border: none;
	padding: 0px;
}
div.moduletable td {
	border: none;
	padding-right: 22px;
	text-align: right;
}

/*************************/

div.silix-footer {
	margin: 4px 0px 0px 0px;
	border: none;
	padding: 0px;
	font-size: 13px;
}

form {
	display: inline;
}
