@charset "iso-8859-1";
body {
    background-color: #EDBD6B;
    color: #000000;
}

a, body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
    font-family: Trebuchet MS, verdana, arial, helvetica;
}

p {
    font-size: 10pt;
    color: #202020;
    text-decoration: none;
}

legend {
    font-size: 10pt;
    color: #202020;
    text-decoration: none;
	border-color: red;
}

.invalid_text {
    color: #7D7777;
    text-decoration: none;
}

.no_underline {
    text-decoration: none;
}

h1 {
    font-size: 14pt;
    color: #202020;
    text-decoration: none;
	font-weight: bold;
}

h2 {
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
	font-weight: bold;
}

th {
    font-size: 9pt;
    color: black;
    text-decoration: none;
	font-weight: bold;
}

td {
    font-size: 9pt;
    color: black;
    text-decoration: none;
	font-weight: normal;
}

td.minifont {
    font-size: 8pt;
    color: black;
    text-decoration: none;
	font-weight: normal;
}

.border_all {
	border-style: solid;
	border-color: #808080;
	border-width: thin;
}
td.border_top_right_left {
	border-style: solid solid none solid;
	border-color: #808080;
	border-width: thin;	
}
td.border_top_right_bottom {
	border-style: solid solid solid none;
	border-color: #808080;
	border-width: thin;	
}
td.border_right_bottom_left {
	border-style: none solid solid solid;
	border-color: #808080;
	border-width: thin;	
}
td.border_right_bottom {
	border-style: none solid solid none;
	border-color: #808080;
	border-width: thin;	
}
.border_top_bottom {
	border-style: solid none solid none;
	border-color: #808080;
	border-width: thin;	
}
.border_bottom {
	border-style: none none dotted none;
	border-color: #808080;
	border-width: thin;	
}

a {
    color: #202020;
    text-decoration: underline;
}

a:hover {
    color: #1504F9;
    text-decoration: none;
}

a.menulink {
    font-size: 10pt;
    color: black;
    background-color: #EDBD6B;
    text-decoration: none;
    font-weight: bold;
	font-variant: small-caps;
}

a.submenulink {
    font-size: 8pt;
    color: #4F4562;
    text-decoration: none;
    font-weight: bold;
}

a.menulink:hover {
    color: #1504F9;
    text-decoration: underline;
    font-weight: bold;
}

a.invalid_text {
    color: #7D7777;
    text-decoration: underline;
}

.bigtitle {
    font-weight: bold;
    font-size: 14pt;
    color: #202020;
    text-decoration: none;
}

.mediumtitle {
    font-weight: bold;
    font-size: 10pt;
    color: #202020;
    text-decoration: none;
}



.selectedmenulink {
    font-weight: bold;
    font-size: 10pt;
    color: blue;
    text-decoration: none;
    font-variant: small-caps;
}



.minititle {
    font-weight: bold;
    font-size: 8pt;
	color: #4F4562;
    text-decoration: none;
}

.sectiontitle {
    font-size: 12pt;
    color: #4F4562;
    text-decoration: none;
	font-weight: bold;
	border-style: none none dotted none;
	border-color: #4F4562;
	border-width: thin;	
}

img {
    border-color: #000000;
}

.img_galleria {
    border-color: #000000;
}

.lastUpdated
{
    font-weight: bold;
    font-size: 8pt;
	color: #4F4562;
    text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 20px;
	text-align: center;
}
