﻿
/* Elementi globali */

body, p, div, span, td, form, a, input, textarea, select, option
{
  /*font-family: "Gill Sans MT", Tahoma, Arial, sans-serif;*/
  /*font-family: "Gill Sans", Tahoma, Arial, sans-serif;*/
  font-family: Tahoma, Arial, sans-serif;
  font-size   :  12px;
  color       : #192b69;
  margin      :   0px;
}

a
{
  text-decoration: none;
}

a:hover
{
  color        : #65a2ce;
}

ul
{
  margin-top   :  5px;
  margin-left  : 20px;
  padding-left :  0px;
}

/* Area principale (contenuto) */

.ContentArea
{
  margin-left   : 30px;
  margin-right  : 30px;
  margin-top    : 15px;
  margin-bottom : 15px;
  width         : 485px;
  overflow      : hidden;
}

.Content, .Content p
{
  color         : #192b69;
}

/* Elementi speciali */

a.BottomLinks
{
}

.LeftColumn
{
  background-color : #5e97ce;
}

.CenterColumn
{
}

.RightColumn
{
  background-color : #5e97ce;
}

.CopyRight
{
  margin-right     :  10px;
  margin-left      : 10px;
  background-color : White;
}

.CopyRightText, .CopyRightText a
{
  font-family      : Arial;
  font-size        :  11px;
  color : #192b69;
}

.SuperTitle
{
}

.SuperTitleText, .SuperTitleText a
{
}

.MainTitle
{
  margin-bottom : 5px;
}

.MainTitleText, .MainTitleText a
{
  font-size : 20px;
  color     : #192b69;
}

.MainTitleSeparator
{
  padding-top : 1px;
  background-image : url("/dati_fissi/Image/title_hr.gif");
  margin-bottom : 10px;
}

.SubTitle
{
}

.SubTitleText, .SubTitleText a
{
}
