.norm {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 10pt;
font-style: normal;
font-weight: normal;
text-align: justify;
padding: 3px}

.normsn {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 10pt;
font-style: normal;
font-weight: normal;
text-align: left;
padding: 3px}

.normb {font-family: Verdana, Arial, sans-serif, "Lucida Console";
color: white;
font-size: 10pt;
font-style: normal;
font-weight: bold;
text-align: justify;
padding: 3px}

.titoli {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 14pt;
font-style: normal;
font-weight: bold;
text-align: left;
color: #1E3E80}

.indi {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-align: center;
color: #1E3E80}

.form {
	font-family: Verdana, Arial, sans-serif, "Lucida Console";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	align: left;
	color: #000000;
}

.formtx {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left}

A:hover {color: #FF6600;
text-decoration: underline}

A:visited {color: #E50000;
text-decoration: none}

A:link {color: #1E3E80;
text-decoration: none}

h1 {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 14pt;
font-style: normal;
font-weight: bold;
color: #1E3E80}

h2 {font-family: Verdana, Arial, sans-serif, "Lucida Console";
font-size: 10pt;
font-style: normal;
font-weight: normal;
text-align: justify;
display: inline; 
padding: 3px}














/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 730px;
border-top: 5px solid #1E3E80; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 8px 9px 9px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #1E3E80; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #1E3E80; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #1E3E80;
background-color: black;
color: white;
}


