body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
table  {
	background: transparent;
    	color: #000000;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12pt;
}
hr {
        color: #9d2d21;
        background: #9d2d21;
        height: 2px;
        border: 1px outset #9d2d21;
}
a {
	color: #193275; 
	text-decoration: underline; 
	background: transparent;
}
a:hover {
	color: #9d2d21; 
}

h3 {
        color: #9d2d21;
}
h4 {
        color: #9d2d21;
	font-variant: small-caps;
	font-size: 12pt;	
}

div.sfondo {
        background: url("images/sfondo.jpg");
}

p.top {
        color: #9d2d21;
        font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
        text-align: center;
}

p.top a:link     {color: #9d2d21; text-decoration: none; background: transparent;}
p.top a:visited  {color: #9d2d21; text-decoration: none; background: transparent;}
p.top a:hover    {color: #193275; text-decoration: none; background: transparent;}
p.top a:active   {color: #193275; text-decoration: none; background: transparent;}


div.menu {
	text-align: center;
        font-size: 11pt;
}

span.here{
	font-weight: bold;
}

/* home page */
p.home_title {
        color: #9d2d21;
        font-size: 24pt;
	font-weight: bold;
	font-variant: small-caps;
        text-align: center;

}

p.data {
        color: #9d2d21;
        font-size: 12pt;
        text-align: center;
}

ul.left {
	color: #193275;
        font-weight: bold;
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 3ex;
}

ul.left li {
	margin-top: 2ex;
}
ul.right {
        color: #193275;
        font-weight: bold;
        list-style: none;
        text-align: left;
        margin: 0px;
        padding: 3ex;
}
ul.right li {
        margin-top: 2ex;
}

/* intro & info */
p.intro {
	padding: 0.5ex 12ex;
        text-align: justify;

}

table.hotel {
	border: 1px solid #9d2d21;
}

table.hotel td, th{
	padding: 6px;
}

/* org e rel e prog e abs*/
dl.rels {
	margin-left: 12ex;
}

dl.rels dt{
        font-weight: bold;
	padding-top: 0.5ex;
}

span.uni {
        font-weight: normal;
	font-size: 10pt;
}

span.titolo {
        font-weight: bold;
	font-style: italic;
}

span.titolo a {text-decoration: none;}

span.datap{
      background-color: #9d2d21;
      color: #ffffff;
      font-size: 12pt;
      padding: 0.2ex 1.2ex;
}

dl.abs {
        padding-left: 45px;
}
dl.abs dt{
        color: #9d2d21;
        font-variant: small-caps;
        padding-top: 20px;
}
dl.abs dd{
	text-align: justify;
        padding: 0px 45px 0px 0px;
}
dd.titolo {
        font-weight: bold;
        padding-top: 0.5ex;
}

/* form */
table.form {
	font-size: 10pt;
	margin-left: 12ex;
}
table.form table {
        font-size: 10pt;
}

table.form th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}

table.form td {
    vertical-align: top;
}
table.form td.button {
	text-align: center;
	padding-top: 6px;
}

input.submit { 
    color: #ffffff;
    background: #9d2d21;
    border-color: #9d2d21;
    border-style: outset;
    border-width: 3px;
}  

input.submit:hover {
    color: #000000;
    background: #9d2d21;
    border-color: #9d2d21;
    border-style: outset;
}

input.submit:active {
    color: #000000;
    background: #7f88a9;
    border-color: #7f88a9;
    border-style: inset;
}
