body {
    font-family:arial, helvetica, sans-serif;
    font-size: 11px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 10px;
	padding-bottom: 0px; 
	background: #CCCCCC url(images/sfondo.png) repeat-x center;	 
	margin: 0px;
	color: #000; 
	height: 100%;
}

img {
  border: 0;
}

img.pageicon {
   margin:0 10px 0 0;
   float:left;
}

body.subpage{
	background-color: #333365; 
	color: #000; 
}

#fom-top {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-color: #FFFFFF; 
    color:#333365;
	margin: 0px auto;
	width: 780px; 
	text-align: left
}

#fom-masthead {
	width: 780px;
	clear: both; 
	background-color: #333365; 
	margin: 0px; 
	color: #F8F8D2;
	border-bottom: 3px solid #FFFFFF; 
}

#fom-page {
    clear:both;
    background-color: #F8F8D2;
    color:#333365;
    margin:0;
}
    
#fom-left {
    font-size:11px;
    float:left;
    width:160px;
    height: 470px;
    background-color:#333365;
    padding: 10px 0 5px 15px;
    margin:0;
}

#fom-content {
    position:relative;
    float:left;
    width: 605px;
    height: 485px;  /*435*/
    padding: 0;
    margin:0;
    color: #333365;
    background-color:#F8F8D2;
    font-size: 12px;    
    font-family:arial, times, serif;
}

div.headings {
    text-align:right;
    padding-right: 20px;
}

#fom-footer {
	width: 780px;
	clear: both; 
	background-color: #333365; 
	margin: 0px;
	padding: 5px 0 2px 0; 
	color: #fff;
	height: 55px;
	border-top: 3px solid #FFFFFF; 
	text-align:center;
}

#fom-logo {
	float: right;	
	margin: 0 0 3px 0;	
}

#fom-logo img {
	border-style: none; 
}

h1,h2,h3,h4 {
    margin-top: 30px;
}
p,h1,h2,h3,h4 {
    margin-left: 10px;
    margin-right: 10px;
}

td {
    text-align:center;
}

td.th {
    font-weight:bold;    
    text-align:left;
}

th {
    border-bottom: 1px solid #333365;
    text-align:center;
}

/* Dynamic Page stuff */
dt {
  font-size:14px;
  font-weight:bold;
  background-color:inherit;
  color:#FFFFFF;
  padding-left: 10px;
  margin-left:-5px;
}
dd {
  margin-left:0;
  padding-left:5px;
}

p.menu-link {
  font-size:14px;
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  background-color:inherit;
  color:#FFFFFF;
  margin-left:-10px;
}

/* Linkology */
a {
  text-decoration:underline;
  color: #333365;
  background-color: inherit;
}

a:hover {
  text-decoration:none;
  color: #000000;
  background-color: inherit;
  border: 1px dotted #333365;
} 

a.image {
  text-decoration:none;
}

a.image:hover {
  border: 0;
}

a.rollover {
  text-decoration:none;
  color: #FFFFFF;
  background-color: inherit;
  padding-left:15px;
}

a.rollover:hover {
  background-image: url(images/rollover.jpg);
  background-repeat: no-repeat;
  background-position: left 50%;
  text-decoration:none;
  color: #FFFFFF;
  background-color: inherit;
}

#fom-footer a {
  text-decoration:none;
  color: #F8F8D2;
  background-color: inherit;
}

#fom-footer a:hover {
  text-decoration:underline;
  color: #bb6666;
  background-color: inherit;
}

/* BUTTONS */
.awesome, .awesome:visited {
	background: #333365 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #333365; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
