/***************************************************// Styles common to all pages*/BODY    {          font-family: Verdana;          font-size: 10pt;          color: black;          background-color: white;          margin: 0px 0px 0px 0px        }TD      {          font-family: Verdana; color: black;          font-size: 10pt;          color: black;        }TEXT    {          font-family: Verdana;          color: black;          font-size: 10pt;        }STRONG  {          font-family: Verdana;          color: black;          font-size: 10pt;        }.inputField {              font-size: 10pt;               font-family: Verdana;              background-color: white;            }.button {            background-color: #04017E;            color: white;            font-weight: bold;        }.pageTitle {                font-family: Arial;                font-weight: bold;                font-style: italic;                font-size: 14pt;                margin-top: 10px;                margin-bottom: 10px;                color: #39518C;           }H2 {      font-weight: bold;      font-size: 13pt;      color: #39518C;   }.largeText { font-size: 15pt }.smallText { font-size: 7pt }.address {            font-family: Verdana;            font-weight: bold;            font-size: 8pt;            color: #3A5089;         }A.menuLink {                color: black;                text-decoration: underline;           }A:hover.menuLink {                    color: red;                    text-decoration: none;                 }A:        { text-decoration: underline }A:link    { text-decoration: underline}A:active  { text-decoration: underline}A:visited { text-decoration: underline }A:hover   { color: red; text-decoration: underline}UL.LI {     list-style-type: square;     list-style-image: url("images/misc/listItemImage.gif");     list-style-position: outside   }.separator { background-color: black; }.separator1 { background-color: #FFFF7B; }
