/* set margins for web page */
body.mainbody { margin:  0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font: normal 12px Arial;
              }

/* set properties for text links - blue/white with no underlines */
a.bluewhitex:link     {color: blue ;  text-decoration: none;}
a.bluewhitex:visited  {color: blue ;  text-decoration: none;}
a.bluewhitex:active   {color: red  ;  text-decoration: none;}
a.bluewhitex:hover    {color: white;  text-decoration: none;}

/* set properties for text links - blue/white with underlines */
a.bluewhiteul:link    {color: blue ;  text-decoration: underline;}
a.bluewhiteul:visited {color: blue ;  text-decoration: underline;}
a.bluewhiteul:active  {color: red  ;  text-decoration: none;}
a.bluewhiteul:hover   {color: white;  text-decoration: none;}

/* set properties for text links - blue/red with no underlines */
a.blueredx:link    {color: blue ;  text-decoration: none;}
a.blueredx:visited {color: blue ;  text-decoration: none;}
a.blueredx:active  {color: red  ;  text-decoration: none;}
a.blueredx:hover   {color: red  ;  text-decoration: none;}

/* set properties for text links - blue/red with underlines */
a.blueredul:link    {color: blue ;  text-decoration: underline;}
a.blueredul:visited {color: blue ;  text-decoration: underline;}
a.blueredul:active  {color: red  ;  text-decoration: none;}
a.blueredul:hover   {color: red  ;  text-decoration: none;}

/* set properties for text links - green/white with underlines */
a.ug:link     {color: green;  text-decoration: underline}
a.ug:visited  {color: green;  text-decoration: underline}
a.ug:active   {color: red  ;  text-decoration: underline}
a.ug:hover    {color: white;  text-decoration: underline;}

/* set properties for text links - black/white with underlines */
a.blackwhiteul:link     {color: black;  text-decoration: underline}
a.blackwhiteul:visited  {color: black;  text-decoration: underline}
a.blackwhiteul:active   {color: red  ;  text-decoration: underline}
a.blackwhiteul:hover    {color: white;  text-decoration: none;}

/* set properties for text links - red/black with underlines */
a.redblackul:link     {color: #ff0000;  text-decoration: underline}
a.redblackul:visited  {color: #ff0000;  text-decoration: underline}
a.redblackul:active   {color: #ff0000;  text-decoration: underline}
a.redblackul:hover    {color: #000000;  text-decoration: none;}

/* set properties for image links */
a.logo:link     {color: blue; text-decoration: none}
a.logo:visited  {color: blue; text-decoration: none}
a.logo:active   {color: red;  text-decoration: none}
a.logo:hover    {color: red;  text-decoration: none; background-color: white ;}

/* align text - especially used for tables when viewed in IE */
  .alignleft { text-align: left;}

/* Large (25px) bold font      */
.font25bold   { font: bold 25px Arial;
              }
/* Medium (20px) bold font     */
.font20bold   { font: bold 20px Arial; 
              }
/* Medium (18px) bold font     */
.font18bold   { font: bold 18px Arial; 
              }
/* Medium (15px) bold font     */
.font15bold   { font: bold 15px Arial; 
              }
/* Medium (15px) bold red font     */
.font15boldred { font: bold 15px Arial; 
                 color: #ff0000;
               }
/* Small (12px) normal font    */
.font12normal { font: normal 12px Arial;
              }

/* Small (12px) bold font    */
.font12bold { font: bold 12px Arial;
              }

/* Small (11px) normal font    */
.font11normal { font: normal 11px Arial;
              }

/* Small (12px) italic font    */
.font12italic { font: italic 12px Arial;
              }

/* Small (11px) italic font    */
.font11italic { font: italic 11px Arial;
              }

.red      {color: #ff0000;} 
.blue     {color: #0000ff;} 
.gray     {color: #949494;}


