a:visited {  color: #f2322f; text-decoration: none}
a:link {  color: yellow; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: none}
a:active {  color: #0000FF; text-decoration: none}
a:visited.l2 {  color: #FF0000; text-decoration: none}
a:link.l2 {  color: #0810a5; text-decoration: none}
a:hover.l2 {  color: #FF0000; text-decoration: underline}
a:active.l2 {  color: #0810a5; text-decoration: none}
img.header{ width:8px; }
body {border:0px solid silver;}
img.menutitle{ width:22px; height:10px; }
img.menuitem{ width:25px; height:10px; }
table.body { width:700px; border:0px solid silver;}
td.left_body { width:150; border:1px solid silver;}
td.right_body { border:1px solid silver;}
table.main { width:800px; border:0px solid silver;}
table.menu { width:135px; border:0px solid silver;}
table.footer { font: bold 12px Arial,Helvetica,sans-serif; width:230px; border:0px solid black;}
td.menuitem { background: url(images/menu_box.gif) no-repeat white ; 
              height:18; 
              font: bold 12px Verdana, Arial, Helvetica, sans-serif; }
td.menutitle { background: url(images/menu_title.gif) no-repeat white ; 
               height:19; 
               font: bold 12px Verdana, Arial, Helvetica, sans-serif; }
   .Yellow_box { font: bold italic 14px Arial, Helvetica, sans-serif; 
                 text-align: center; color: #0810a5;}
   .text1 { font: 14px Arial, Helvetica, sans-serif; text-align: center; color: #0810a5;}
   .head_text { font: 24px Arial, Helvetica, sans-serif;
                text-align: center; color: #c02b2e;}
   .head_text2 { font: italic 14px Arial, Helvetica, sans-serif;
                text-align: center; color: black;}
   .head_text3 { font: italic 14px Arial, Helvetica, sans-serif;
                text-align: center; color: #0810a5;}
  /* letter and word spacing */
         .letterspaced    {letter-spacing: 10pt;}
         .wordspaced      {word-spacing: 20px;}
  /* vertical alignment examples */
         .sub             {vertical-align: sub;}
         .super           {vertical-align: super;}
  /* text alignment properties */ .right {text-align: right;}
         .left            {text-align: left;}
         .justify         {text-align: justify;}
         .center          {text-align: center;}
  /* indentation and line-height examples */
         p.indent         {text-indent: 20px;
                           line-height: 200%;}
         p.negindent      {text-indent: -10px;
                           background-color: yellow;}
         #bigchar         {background-color: red;
                           color: white;
                           font-size: 28pt;
                           font-family: Impact;}
         p.carson         {font-size: 12pt;
                           font-family: Courier;
                           letter-spacing: 4pt;
                           line-height: 20pt;}
  /* text transformation properties */
         .uppercase       {text-transform: uppercase;}
         .lowercase       {text-transform: lowercase;}
         .capitalize      {text-transform: capitalize;}
  /* text-decoration properties */
         .underline       {text-decoration: underline;}
         .blink           {text-decoration: blink;}
         .line-through    {text-decoration: line-through;}
         .overline        {text-decoration: overline;}
  /* white space control */
         .normal          {white-space: normal;}
         .pre             {white-space: pre;}
         .nowrap          {white-space: nowrap;}

UL.main	{
	list-style-image: url(bullet.gif);
	margin-left:0.50cm
}

P { font: 10pt/12pt Arial, Helvetica, serif }
