body {
	font-family: "Trebuchet MS", Helvetica, sans-serif, sans;
	font-size: 12px;
	background-color:#000000;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}

table.borderLeft{
	border-left: solid 1px #EFEFEF;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom:  solid 0px #FFFFFF;
	}
table.borderLeft{
	border-left: solid 0px #FFFFFF;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom:  solid 1px #EFEFEF;
	}
td{
	font-family: "Trebuchet MS", Helvetica, sans-serif, sans;
	font-size: 12px;
	color: #FFFFFF;
}
input, select, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif, sans;
	font-size: 12px;
	color: #993300;
}
h1,h2,h3,h4,h5{
	display: inline;
}
td.bglogo {
	background-repeat: no-repeat;
	background-position: left;
}
td.topmenu {
	background-color: #990033;
}
a.topmenu:link, a.topmenu:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.topmenu:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.ongrey{
	font-size: 10px;
	color: #06375B;
	font-weight: bold;
	text-decoration: none;
}
a.ongrey:link, a.ongrey:visited {
	font-size: 10px;
	color: #06375B;
	font-weight: bold;
	text-decoration: none;
}
a.ongrey:hover {
	font-size: 10px;
	color: #DEA55A;
	font-weight: bold;
	text-decoration: none;
}
a.onblue:link, a.onblue:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.onblue:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.onorange:link, a.onorange:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.onorange:hover {
	color: #06375B;
	font-weight: bold;
	text-decoration: none;
}
.titolo0 {color: #FFFFFF; background:#990033}

a:link, a:visited {
	color: #AA0033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.orange:link, a.orange:visited {
	font-family: Arial Black, Impact;
	font-size: 13px;
	color: #DEA55A;
	font-weight: normal;
	text-decoration: none;
}
a.orange:hover {
	font-family: Arial Black, Impact;
	font-size: 13px;
	color: #DEA55A;
	font-weight: normal;
	text-decoration: underline;
}

a.big:link, a.big:visited {
	font-size: 22px;
	color: #AA0033;
	font-weight: bold;
	text-decoration: none;
}
a.big:hover {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.med:link, a.med:visited {
	font-size: 14px;
	color: #AA0033;
	font-weight: bold;
	text-decoration: none;
}
a.med:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
a.small:link, a.small:visited {
	font-size: 10px;
	color: #06375B;
	font-weight: normal;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color: #DEA55A;
	font-weight: normal;
	text-decoration: none;
}
.smaller {
	font-size: 9px;
}
a.smaller:link, a.smaller:visited {
	font-size: 9px;
	color: #06375B;
	font-weight: normal;
	text-decoration: none;
}
a.smaller:hover {
	font-size: 9px;
	color: #DEA55A;
	font-weight: normal;
	text-decoration: none;
}
ul {
	display: list-item;
	margin-left:20px;
	padding:5px;
}
li {
	/*list-style-image: url(/images/_bullet.gif);*/
}
ul.child {
	display: list-item;
	margin-left:20;
	paddin:5;
}
li.child {
	list-style-image: url(/images/spacer.gif);
}
.tdL {
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}
.hidden {
	position: absolute;
	visibility: hidden;
	left: -400px;
}
.inline {
	display: inline;
	}
