html {
height: 101%;
text-align: center;
}
body, td {
margin: 0px auto;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
h1 {
font-weight: normal;
font-size: 11pt;
margin-top: 0px;
margin-bottom: 0px;
color:#006dba;
}
h2 {
font-weight: normal;
font-size: 14pt;
margin-top: -3px;
margin-bottom: 0px;
color:#666666;
}
h3 {
color: black;
font-weight: normal;
font-size: 10pt;
margin-top: 0px;
}
img {
border: 0px;
}

p {
text-align: justify;
}

a {
color: gray;
text-decoration: none;
font-style: italic;
}


span.hidden{
  display: none;
}
.selectedThing{
	background-color:yellow;
}
.deselectedThing{
	background-color:#EDEDED;
}

.red {
  color: red;
  text-align: center;
  font-style: normal;
}

.bold {
  color: black;
  font-style: italic;
font-weight: bold;
}

#black-top {
display: block;
width: 760px;
background: black;
min-height: 40px;
border-bottom: 6px solid #00cc00;
}

#head {
background: white;
display: block;
width: 760px;
color: black;
padding: 15px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
text-align: left;
}

#head a {
color: gray;
text-decoration: none;
position: relative;
font-size: 16px;
font-weight: bold;
font-style: italic;
padding: 5px;
margin-left: 20px;
}
#head a:hover{
color: black;
font-weight: bold;	
font-style: italic;
}


#sfumatura {
  width: 760px;
  background: white url("img/gray_bg2.png");
  background-repeat: repeat-x;
  background-position: center;
  min-height: 20px;
}

.sfumatura2 {
  background: white url("img/gray_bg3.png");
  background-repeat: repeat-x;
  background-position: center;
}
.sfumatura3 {
  background: white url("img/gray_bg2.png");
  background-repeat: repeat-x;
  background-position: center;
}

.pdf {
  border-bottom:1px solid gray; 
  padding:10px 10px 10px 10px;
text-align: justify;
}

#container {
display: block;
width: 760px;
min-height: 350px;
padding-top: 15px;
background-color: #ededed;
}


#title {
display: block;
text-align: left;
padding-bottom: 10px;
margin-left: 20px;
}
#content {
display: block;
float: left;
width: auto;
height: auto;
text-align: left;
padding: 0 20px 10px 20px;
background-color: #ededed;
}

#content a {
color: gray;
text-decoration: none;
font-style: italic;
}

#content a:hover, a:visited {
color: black;
text-decoration: none;
font-style: italic;
}

#footer {
display: block;
clear: both;
width: 760px;
background: black;
min-height: 40px;
border-top: 6px solid #00cc00;
color: gray;
text-align: center;
padding: 10px 0px 10px 0px;
}
#footer a {
color: gray;
text-decoration: underline;

}
#footer a:hover {
color: white;

}

#headpopup {
background: white;
display: block;
color: black;
padding: 15px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.pdfvr {
list-style-image: url(/img/ico_pdf.gif);

}

.smpvr {
list-style-image: url(/img/smp.gif);

}