/**********************************
* Proprietà Generiche             *
**********************************/

.nero   { color=#000000 }
.grey   { color=#888888 }
.bianco { color=#FFFFFF }
.verde  { color=#00FF00 }
.rosso  { color=#FF0000 }
.blu    { color=#1020EE }

.left   { text-align:left }
.right  { text-align:right }
.center { text-align:center }

.lightblack { font-size: 9px; color: #101010; }
.moresmallcustom { font: bold; font-size: 8px; color: #888888; }
.moresmallblack { font: bold; font-size: 8px; color: #101010; }
.smallcnt { font: bold; font-size: 9px; color: #222222; }
.smallcustom { font: bold; font-size: 10px; color: #222222; }
.smallred { font: bold; font-size: 9px; color: #FF1010; }
.smallorange { font: bold; font-size: 9px; color: #FA9E60; }
.smallredb { font: bold; font-size: 9px; color: #FF1010; text-decoration: line-through } 
.smallgreen { font: bold; font-size: 9px; color: #108810; }
.smallblue { font: bold; font-size: 9px; color: #1111FF; }
.smalldarkgreen { font: bold; font-size: 9px; color: #118811; }
.smalllightgreen { font: bold; font-size: 9px; color: #90FAB5; }
.smalllightblue { font: bold; font-size: 9px; color: #90F4FA; }
.smallgrey { font: bold; font-size: 9px; color: #888888; }
.smallblack { font: bold; font-size: 9px; color: #101010; }
.smallwhite { font-size: 9px; font-weight: bold; text-align:center; color: #222222; }
.mediumred { font-size: 15px; font-weight: bold; text-align:center; color: #222222; }
.mediumgreen { font-size: 15px; font-weight: bold; text-align:center; color: #1111FF; }
.mediumblue { font-size: 15px; font-weight: bold; text-align:center; color: #1111FF; }
.mediumblack { font-size: 12px; font-weight: bold; text-align:center; color: #222222; }
.mediumwhite { font-size: 12px; font-weight: bold; text-align:center; color: #222222; }
.bigblack { font-size: 16px; font-weight: bold; text-align:center; color: #222222; }
.bigwhite { font-size: 16px; font-weight: bold; text-align:center; color: #222222; }

/**********************************
* Formattazione Testi             *
**********************************/

SPAN.b {
 color:black; 
 background-color:#DBEDFD;
}

SPAN.g {
 color:black; 
 background-color:#C3FDEC;
}

SPAN.y {
 color:black; 
 background-color:#FFFF66;
}

SPAN.small { 
 font-size: 9px; 
 font-weight: bold;
 text-align:center;
 color: #FF4422; 
}

SPAN.medium { 
 font-size: 12px;
 font-weight: bold;
 text-align:center;
 color: #FF4422; 
}

B.y {
 color:black; 
 background-color:#ffff66;
}

I.g {
 color: #5E8C0E;
 background-color:#ffffff;
 font-size: 9px;
 font-weight: bold;
}

P.t {
  font-size: 12px;
  text-align:center;
}

P.medium {
  font-size: 10px;
  font-weight: bold; 
  color: #222222; 
}

P.t1 {
  font-size: 16px;
  font-weight: bold; 
  text-align: left;
  color: #222222; 
}

P.t2 {
  font-size: 16px;
  font-weight: bold; 
  text-align: left;
  color: #222222; 
}

P.t3 {
  font-size: 12px;
  text-align: left;
}

/**********************************
* Classi per Tag Header           *
**********************************/

H1 { font-size: 16px; font-weight: bold; text-align:center; color: #111111; }
H2 { font-size: 12px; font-weight: bold; text-align:center; color: #222222; }
H3 { font-size: 10px; font-weight: bold; text-align:center; color: #222222; }
H4 { font-size: 12px; font-weight: bold; text-align:center; color: #FF4422; }
H5 { font-size: 10px; font-weight: bold; text-align:center; color: #FF4422; }
H6 { font-size: 9px; font-weight: bold;  text-align:center; color: #FF4422; }

/**********************************
* Immagini                        *
**********************************/

IMG { background-color: #FAFAFA; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; }
IMG.a { background-color: #FAFAFA; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; }
IMG.b { background-color: #FEFEFE; color: #000000; border-right: #A9D2E7 0px solid; border-top: #A9D2E7 0px solid; border-left: #A9D2E7 0px solid; border-bottom: #A9D2E7 0px solid; }
IMG.c { background-color: #FAFAFA; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; }
IMG.logo { background-color: #FAFAFA; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; }

/**********************************
* Body                            *
**********************************/

BODY {
  background: url(/images/back003.jpg);
  color: black;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica;
  font-style: normal; 
  font-weight: normal; 
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-face-color: #EAEAEA;
  scrollbar-darkshadow-color: #4A4A4A;
  scrollbar-track-color: #FFFFFF;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-highlight-color: #000000;
}

BODY.t {
  color: black;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-face-color: #EAEAEA;
  scrollbar-darkshadow-color: #4A4A4A;
  scrollbar-track-color: #FFFFFF;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-highlight-color: #000000;
}

/**********************************
* Div                             *
**********************************/

DIV { 
 font-size: 14px; 
 color: #000000; 
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 98%;
}

DIV.heading { 
 background: #FEFEFE;
 font-size: 14px; 
 color: #000000; 
 background: #FEFEFE;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 98%;
}

DIV.txtleft { 
 font-size: 14px; 
 color: #000000; 
 align: left;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 width: 98%;
}

DIV.txtright { 
 font-size: 14px; 
 color: #000000; 
 align: right;
 text-align: right;
 margin-left: auto;
 margin-right: auto;
 width: 98%;
}

DIV.mainbody { 
 background: #FEFEFE;
 font-size: 14px; 
 color: #000000; 
 align: center;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 width: 960px;
 -moz-box-shadow: 10px 10px 5px #dedede, -10px 10px 5px #dedede;
 -webkit-box-shadow: 10px 10px 5px #dedede, -10px 10px 5px #dedede;
 box-shadow: 10px 10px 5px #dedede, -10px 10px 5px #dedede;
}

DIV.d1 {
  font-size: 10px;
  text-align: center;
}

DIV.d2 { 
 font-size: 14px; text-align: center; 
}

DIV.d3 { 
 font-size: 14px; color: #FF9966; text-align:left; 
}

DIV.title1 { 
 font-size: 20px; color: #000000; text-align:center; 
}

/**********************************
* Tabelle                         *
**********************************/

TABLE { font-size: 12px; }
TR { font-size: 12px; }
TD { font-size: 12px; }

TD.tb { font-size: 12px; background-color: #FAFAFA; text-align:center; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; background-image:url('/images/backbars.jpg'); }
TD.tb2 { font-size: 12px; background-color: #F0F6F6; text-align:center; color: #000000; border-right: #BABABA 2px solid; border-top: #FAFAFA 2px solid; border-left: #FAFAFA 2px solid; border-bottom: #BABABA 2px solid; }
TD.tb3 { font-size: 12px; background-color: #F8FCFC; text-align:center; color: #000000; border-right: #BABABA 1px solid; border-top: #FAFAFA 1px solid; border-left: #FAFAFA 1px solid; border-bottom: #BABABA 1px solid; }
TD.tbold { font-size: 12px; background-color: #FAFAFA; text-align:center; color: #000000; border-right: #A9D2E7 1px solid; border-top: #A9D2E7 1px solid; border-left: #A9D2E7 1px solid; border-bottom: #A9D2E7 1px solid; }

TD.availtrue {
 font-size: 12px;
 background-color: #B0FFB0;
 text-align:center;
 color: #000000; 
}

TD.availfalse {
 font-size: 12px;
 background-color: #FFB0B0;
 text-align:center;
 color: #000000;
}

TABLE.boxtitle { 
 font-size: 12px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-right: #33CCFF 0px solid;
 border-top: #33CCFF 0px solid;
 border-left: #33CCFF 0px solid;
 border-bottom: #33CCFF 0px solid; 
}

TR.boxtitle {
 font-size: 12px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-left: #111111 0px solid;
 border-right: #111111 0px solid;
 border-top: #111111 0px solid;
 border-bottom: #111111 0px solid; 
}

TD.boxtitle {
 font-size: 12px;
 background-color: #EFEFEF;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 color: #222222; 
 border-right: #0080C0 1px solid;
 border-top: #0080C0 1px solid;
 border-left: #0080C0 1px solid;
 border-bottom: #0080C0 1px solid; 
 background-image:url('/images/backbarsdark.jpg');
}

TD.boxtitlebig {
 font-size: 16px;
 background-color: #EFEFEF;
 text-align:left;
 color: #222222; 
 border-right: #0080C0 1px solid;
 border-top: #0080C0 1px solid;
 border-left: #0080C0 1px solid;
 border-bottom: #0080C0 1px solid; 
 background-image:url('/images/backbarsdark.jpg');
}

TABLE.box { 
 font-size: 10px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-right: #FAFAFA 1px solid;
 border-top: #FAFAFA 1px solid;
 border-left: #FAFAFA 1px solid;
 border-bottom: #FAFAFA 1px solid; 
}

TR.box {
 font-size: 10px;
 background-color: #FEFEFE;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-left: #111111 0px solid;
 border-right: #111111 0px solid;
 border-top: #111111 0px solid;
 border-bottom: #111111 0px solid; 
}

TD.box {
 font-size: 9px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-right: #111111 0px solid;
 border-top: #111111 0px solid;
 border-left: #111111 0px solid;
 border-bottom: #111111 0px solid; 
}

TD.box2 {
 font-size: 12px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-right: #222222 1px solid;
 border-top: #222222 1px solid;
 border-left: #222222 1px solid;
 border-bottom: #222222 1px solid; 
}

TD.box3 {
 font-size: 14px;
 text-align:left;
 border-right: #111111 0px solid;
 border-top: #111111 0px solid;
 border-left: #111111 0px solid;
 border-bottom: #111111 0px solid; 
}

TABLE.t1 { 
 font-size: 12px;
 background-color: #BBDDEE;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 border-right: #111111 0px solid;
 border-top: #111111 0px solid;
 border-left: #111111 0px solid;
 border-bottom: #111111 0px solid; 
}

TR.t1 {
  font-size: 12px;
  background-color: #BBDDEE;
  text-align:center;
  border-left: #111111 0px solid;
  border-right: #111111 0px solid;
  border-top: #111111 0px solid;
  border-bottom: #111111 0px solid; 
}

TD.t1 {
  font-size: 12px;
  background-color: #FAFAFA;
  text-align:center;
  border-right: #111111 1px solid;
  border-top: #111111 1px solid;
  border-left: #111111 1px solid;
  border-bottom: #111111 1px solid; 
}

TABLE.t2 { 
  font-size: 12px;
  background-color: #CCDDEE;
  text-align:center;
  border-right: #111111 0px solid;
  border-top: #111111 0px solid;
  border-left: #111111 0px solid;
  border-bottom: #111111 0px solid; 
}

TR.t2 {
  font-size: 12px;
  text-align:center;
  border-right: #111111 0px solid;
  border-top: #FFCC99 0px solid;
  border-left: #111111 0px solid;
  border-bottom: #111111 0px solid; 
}

TD.t2 {
  font-size: 12px;
  text-align:center;
  border-right: #EAEAEA 1px solid;
  border-top: #EAEAEA 1px solid;
  border-left: #EAEAEA 1px solid;
  border-bottom: #EAEAEA 1px solid; 
}

TABLE.tsmall { 
  font-size: 9px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TR.tsmall {
  font-size: 9px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TD.tsmall {
  font-size: 9px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TD.adv {
  background-color: #FBFBFB;
  border-right: #808080 1px dotted;
  border-top: #808080 1px dotted;
  border-left: #808080 1px dotted;
  border-bottom: #808080 1px dotted; 
}

TD.adv2 {
  background-color: #F5F5F5;
  text-align:center;
  border-right: #808080 1px dotted;
  border-top: #808080 1px dotted;
  border-left: #808080 1px dotted;
  border-bottom: #808080 1px dotted; 
}

TD.adv3 {
  background-color: #FFFCD9;
  text-align:center;
  border-right: #AAAAAA 1px dotted;
  border-top: #AAAAAA 1px dotted;
  border-left: #AAAAAA 1px dotted;
  border-bottom: #AAAAAA 1px dotted; 
}

TD.template {
 font-weight : bold;
 font-size : 12px;
 text-align : left;
 vertical-align : middle;
 background-color : #F0FBFF;
 color: #000066;
}

TD.text {
 font-size : 12px;
 color: #000000;
}

TD.text2 {
 font-size : 12px;
 background-color=#FAFAFA
 color: #000000;
 text-align : left;
 vertical-align : top;
}

TD.text3 {
 font-size : 12px;
 background-color=#FAFAFA
 color: #000000;
 text-align : center;
 vertical-align : top;
}

TD.bgyellow {
  font-size: 12px;
  color: #000000;
  text-align : center;
  vertical-align : middle;
  border-right: #EAEAEA 1px solid;
  border-top: #EAEAEA 1px solid;
  border-left: #EAEAEA 1px solid;
  border-bottom: #EAEAEA 1px solid; 
}

TD.green {
  font-size: 12px;
  background-color: #22FF22;
  color: #000000;
  text-align : center;
  vertical-align : middle;
  border-right: #EAEAEA 1px solid;
  border-top: #EAEAEA 1px solid;
  border-left: #EAEAEA 1px solid;
  border-bottom: #EAEAEA 1px solid; 
}

TD.red {
  font-size: 12px;
  background-color: #2222FF;
  color: #000000;
  text-align : center;
  vertical-align : middle;
  border-right: #EAEAEA 1px solid;
  border-top: #EAEAEA 1px solid;
  border-left: #EAEAEA 1px solid;
  border-bottom: #EAEAEA 1px solid; 
}

TD.footertext {
 font-weight : bold;
 font-size : 10px;
 color: #ffffff;
}

TABLE.t { 
  font-size: 8px;
  text-align:center;
  border-right: #111111 1px solid;
  border-top: #111111 1px solid;
  border-left: #111111 1px solid;
  border-bottom: #111111 1px solid; 
}

TR.t {
  font-size: 12px;
  text-align:center;
  border-right: #111111 0px solid;
  border-top: #111111 0px solid;
  border-left: #111111 0px solid;
  border-bottom: #111111 0px solid; 
}

TD.t {
  font-size: 12px;
  text-align:center;
  border-right: #808080 1px solid;
  border-top: #808080 1px solid;
  border-left: #808080 1px solid;
  border-bottom: #808080 1px solid; 
}

TABLE.t0 { 
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TABLE.tupbar { 
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
   background-image:url('/images/backbars.jpg'); 
}

TR.t0 {
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TD.t0 {
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-top: #008000 0px solid;
  border-left: #008000 0px solid;
  border-bottom: #008000 0px solid; 
}

TD.lati0 {
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-left: #008000 0px solid;
  border-top: #008000 1px solid;
  border-bottom: #008000 1px solid; 
}

TD.latidown0 {
  font-size: 12px;
  text-align:center;
  border-right: #008000 0px solid;
  border-left: #008000 0px solid;
  border-top: #008000 1px solid;
  border-bottom: #008000 0px solid; 
}

TD.down0 {
  font-size: 12px;
  text-align:center;
  border-right: #008000 1px solid;
  border-left: #008000 1px solid;
  border-top: #008000 1px solid;
  border-bottom: #008000 0px solid; 
}

TABLE.t3 { font-size: 12px; background-color: #EAEAEA; text-align:center; border-right: #111111 0px solid; border-top: #111111 0px solid; border-left: #111111 0px solid; border-bottom: #111111 0px solid; }
TABLE.t4 { font-size: 12px; background-color: #FEFEFE; text-align:center; border-right: #111111 0px solid; border-top: #111111 0px solid; border-left: #111111 0px solid; border-bottom: #111111 0px solid; }
TABLE.t5 { font-size: 12px; background-color: #EAEAEA; text-align:center; border-right: #000000 0px solid; border-top: #000000 0px solid; border-left: #000000 0px solid; border-bottom: #000000 0px solid; }
TABLE.t6 { font-size: 12px; background-color: #EAEAEA; text-align:center; border-right: #000000 0px solid; border-top: #000000 0px solid; border-left: #000000 0px solid; border-bottom: #000000 0px solid; }

TR.t3 { font-size: 12px; background-color: #EAEAEA; text-align:center; border-right: #111111 0px solid; border-top: #111111 0px solid; border-left: #111111 0px solid;  border-bottom: #111111 0px solid; }
TR.t4 { font-size: 12px; background-color: #FEFEFE; text-align:center; border-left: #111111 0px solid; border-right: #111111 0px solid; border-top: #111111 0px solid; border-bottom: #111111 0px solid; }
TR.t5 { font-size: 12px; background-color: #B3DDC5; text-align:center; border-right: #000000 0px solid; border-top: #000000 0px solid; border-left: #000000 0px solid; border-bottom: #000000 0px solid; }
TR.t6 { font-size: 14px; font-weight: bold; background-color: #DDDDFF; }

TD.t3 { font-size: 12px; background-color: #EAEAEA; text-align:center; border-right: #000020 1px solid; border-top: #000020 1px solid; border-left: #000020 1px solid; border-bottom: #000020 1px solid; }
TD.t4 { font-size: 12px; background-color: #FEFEFE; text-align:center; border-right: #111111 1px solid; border-top: #111111 1px solid; border-left: #111111 1px solid; border-bottom: #111111 1px solid; }
TD.t5 { font-size: 12px; background-color: #FAFAFA; text-align:center; border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid; }
TD.t6 { font-size: 14px; font-weight: bold; background-color: #FEFEFE; text-align:center; border-right: #EAEAEA 1px solid; border-top: #EAEAEA 1px solid; border-left: #EAEAEA 1px solid; border-bottom: #EAEAEA 1px solid; color: #101010; background-image:url('/images/backbars.jpg');}
TD.t7 { font-size: 14px; font-weight: bold; background-color: #FAFAFA; text-align:center; border-right: #EAEAEA 1px solid; border-top: #EAEAEA 1px solid; border-left: #EAEAEA 1px solid;  border-bottom: #EAEAEA 1px solid; color: #101010; background-image:url('/images/backbars.jpg');}

TD.t8 { font-size: 12px; background-color: #FEFEFE; text-align:center; border-right: #DDDDDD 1px solid; border-top: #DDDDDD 1px solid; border-left: #DDDDDD 1px solid; border-bottom: #DDDDDD 1px solid; }
TD.t9 { font-size: 12px; background-color: #F8F8F8; text-align:center; border-right: #DDDDDD 1px solid; border-top: #DDDDDD 1px solid; border-left: #DDDDDD 1px solid; border-bottom: #DDDDDD 1px solid; }

/**********************************
* Classi per Form ed Input        *
**********************************/

FONT.t {
  font-size: 12px;
  text-align:center;
}

INPUT.text { 
 border-width: 1; font-size: 12px; border-color:#A9D2E7; background-color: #FFFFFF; height: 18px font: bold; font-family: Verdana; font-size: 7pt; color: #222222; 
}

INPUT.checkbox { 
 border-width: 1; background-color: #EEEEEE; color: #222222; 
}

INPUT.radio { 
 border-width: 1; background-color: #EEEEEE; color: #222222; 
}

INPUT.button { 
 border-width: 1; font-size: 12px; background-color: #EEEEEE; height: 20px font: bold; font-family: Verdana; font-size: 9pt; color: #222222; 
}

TEXTAREA.textarea { 
 border: ridge 1px; border-width: 1; border-color:#2E166A; background-color:  #FAFAFA; font: bold; font-family: Verdana; font-size: 7pt; color: #222222; 
}

SELECT.select { 
 border-width: 1; font-size: 12px; background-color: #FFFFFF; height: 18px font: bold; font-family: Verdana; font-size: 7pt; color: #222222; 
}

/**********************************
* Classi per Links                *
**********************************/

A:hover    { 
  font-size: 12px; 
  background-color: #EEEEEE;
  font-weight: bold; 
  color: #8888FF; 
  text-decoration: underline
}

A:link     { 
  font-size: 12px; 
  font-weight: bold;
  color: #2222FF; 
  text-decoration: underline
}

A:visited  { 
  font-size: 12px; 
  font-weight: bold; 
  color: #4444FF; 
  text-decoration: underline
}

A.bigblue:hover    { 
  font-size: 14px; 
  background-color: #EEEEEE;
  font-weight: bold; 
  color: #8888FF; 
  text-decoration: underline
}

A.bigblue:link     { 
  font-size: 14px; 
  font-weight: bold;
  color: #2222FF; 
  text-decoration: underline
}

A.bigblue:visited  { 
  font-size: 14px; 
  font-weight: bold; 
  color: #4444FF; 
  text-decoration: underline
}

A.bigred:hover    { 
  font-size: 14px; 
  background-color: #EEEEEE;
  font-weight: bold; 
  color: #FF8888; 
  text-decoration: underline
}

A.bigred:link     { 
  font-size: 14px; 
  font-weight: bold;
  color: #2222FF; 
  text-decoration: underline
}

A.bigred:visited  { 
  font-size: 14px; 
  font-weight: bold; 
  color: #2222FF; 
  text-decoration: underline
}

A.b1:hover    { 
  font-size: 16px; 
  background-color: #EEEEEE;
  font-weight: bold; 
  color: #8888FF; 
  text-decoration: underline
}

A.b1:link     { 
  font-size: 16px; 
  font-weight: bold;
  color: #2222FF; 
  text-decoration: underline
}

A.b1:visited  { 
  font-size: 16px; 
  font-weight: bold; 
  color: #4444FF; 
  text-decoration: underline
}

A.s1:hover    { 
  font-size: 9px; 
  background-color: #EEEEEE;
  font-weight: bold; 
  color: #8888FF; 
  text-decoration: underline
}

A.s1:link     { 
  font-size: 9px; 
  font-weight: bold;
  color: #2222FF; 
  text-decoration: underline
}

A.s1:visited  { 
  font-size: 9px; 
  font-weight: bold; 
  color: #4444FF; 
  text-decoration: underline
}

A.flip {
 font-weight : bold;
 text-decoration: NONE;
 color: #FFFFFF
}

A.flip:hover {
 font-weight : bold;
 color: #FFCC00
}

A.medium:hover    { font-size: 10px; background-color: #EEEEEE; font-style: normal; font-weight: bold; color: #8888FF; text-decoration: underline }
A.medium:link     { font-size: 10px; font-style: normal; font-weight: bold; color: #2222FF; text-decoration: underline }
A.medium:visited  { font-size: 10px; font-style: normal; font-weight: bold; color: #4444FF; text-decoration: underline }

A.small:hover    { font-size: 9px; background-color: #EEEEEE; font-weight: bold; color: #FF8888; text-decoration: underline }
A.small:link     { font-size: 9px; font-weight: bold; color: #2222FF; text-decoration: underline }
A.small:visited  { font-size: 9px; font-weight: bold; color: #2222FF; text-decoration: underline }

A.l:hover    { font-size: 9px; background-color: #EEEEEE; font-weight: normal; color: #8888FF; text-decoration: underline }
A.l:link     { font-size: 9px; font-weight: normal; color: #2222FF; text-decoration: underline }
A.l:visited  { font-size: 9px; font-weight: normal; color: #4444FF; text-decoration: underline }

A.c:hover    { font-size: 9px; background-color: #40B0F0; font-weight: bold; color: #FFFFFF; text-decoration: underline }
A.c:link     { font-size: 9px; background-color: #0080C0; font-weight: bold; color: #FFFFFF; text-decoration: underline }
A.c:visited  { font-size: 9px; background-color: #0080C0; font-weight: bold; color: #FFFFFF; text-decoration: underline }

A.biglink:hover    { font-size: 20px; font-weight: normal; background-color: #F0F0F0; color: #8888FF; text-decoration: underline }
A.biglink:link     { font-size: 20px; font-weight: normal; color: #8888FF; text-decoration: underline }
A.biglink:visited  { font-size: 20px; font-weight: normal; color: #8888FF; text-decoration: underline }

