*{margin:0; padding:0; border: 0;}

html, body {
    height:100%
}

body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	background-color: #fef4d6;
    color: black;
}

img {
	border: 0px;
	background: transparent;
}

a {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

#main {
    width: 1000px;
}

#leftcolumn {
    float: left;
    width: 200px;
    height: 700px;
    background-color: #cc9900;
    color: black;
    font-size: 10pt;
}

#rightcolumn {
    float: right;
    width: 185px;
}

#padder1 {
    height: 35px;
    background-color: #660000;
    color: inherit;
}

#logo {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fef4d6;
    color: inherit;
}


#contenuto {
    float: left;
    width: 610px;
    padding-left: 5px;
    padding-top: 2px;
}

#footer {
    clear: both;
    border-top: 1pt solid #1f3d1f;
}

#menu {
    margin-top: 10px;
    margin-left: 30px;
    list-style-image: url(img/red_bullet.png);
    list-style-type: square;
}

#menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
}

#menu li a {
    color: black;
    background-color: inherit;
}

h1, h2, h3, h4 {
    font-family: Tahoma, Arial, Sans-Serif;
    color: #1f3d1f;
    background-color: inherit;
    font-weight: normal;
}

h1 {
    font-size: 22pt;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 18pt;
}

h4 {
    font-size: 16pt;
}

.bigText {
    font-family: Arial, Sans-Serif;
    font-size: 14pt;
    color: black;
    background-color: inherit;
}

.biggerText {
    font-family: Arial, Sans-Serif;
    font-size: 16pt;
    color: black;
    background-color: inherit;
}

.signature {
    font-size: 9pt;
    text-align: right;
}

.mailLink {
    color: #660000;
    background-color: inherit;
    text-decoration: none;
}