
/*
  ----------------------------------------------------------------
   Formating the body and major text elements 
  ----------------------------------------------------------------
*/

body, div, span {font-family: Verdana, Arial, Helvetica, sans-serif
                 background-color="#FFFFFF" text="#000000"}


/*
  ----------------------------------------------------------------
  Formating sections 
  ----------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif}


/*
  ----------------------------------------------------------------
  Formating tables
  ----------------------------------------------------------------
*/

table {font-family: Verdana, Arial, Helvetica, sans-serif}
tr {font-family: Verdana, Arial, Helvetica, sans-serif}
td, th {font-family: Verdana, Arial, Helvetica, sans-serif}

/*
  ----------------------------------------------------------------
  Formating lists
  ----------------------------------------------------------------
*/

li {font-family: Verdana, Arial, Helvetica, sans-serif}



/*
  ----------------------------------------------------------------
  Formating Text Elements
  ----------------------------------------------------------------
*/

p {font-family: Verdana, Arial, Helvetica, sans-serif}

br {font-family: Verdana, Arial, Helvetica, sans-serif}

sup {font-family: Verdana, Arial, Helvetica, sans-serif}


blockquote, input, select {font-family: Verdana, Arial, Helvetica, sans-serif}

textarea, form, ul, ol, font {font-family: Verdana, Arial, Helvetica, sans-serif}


/*
  ----------------------------------------------------------------
  Formating Links
  ----------------------------------------------------------------
*/
a:link    {text-decoration:none; font-weight:bold; color:#bb3333;}
a:visited {text-decoration:none; font-weight:bold; color:#772222;}
a:hover   {text-decoration:none; font-weight:bold; background-color:#ffff00;}
a:active  {text-decoration:none; font-weight:bold; background-color:#dddddd;}
a:focus   {text-decoration:none; font-weight:bold; background-color:#dddddd;}

.ea:link    {text-decoration:none; font-weight:bold; color:#6666ff;}
.ea:visited {text-decoration:none; font-weight:bold; color:#666688;}
.ea:hover   {text-decoration:none; font-weight:bold; background-color:#ffff00;}
.ea:active  {text-decoration:none; font-weight:bold; background-color:#dddddd;}
.ea:focus   {text-decoration:none; font-weight:bold; background-color:#dddddd;}

.la:link    {text-decoration:none; font-weight:bold; color:#00bb00;}
.la:visited {text-decoration:none; font-weight:bold; color:#004400;}
.la:hover   {text-decoration:none; font-weight:bold; background-color:#ffff00;}
.la:active  {text-decoration:none; font-weight:bold; background-color:#dddddd;}
.la:focus   {text-decoration:none; font-weight:bold; background-color:#dddddd;}

/*
  ----------------------------------------------------------------
  Formating Logical and Physical Textforamts
  ----------------------------------------------------------------
*/

code {font-family: Courier, Monospace; font-size: 12pt}
pre {font-family: Courier, Monospace; font-size: 11pt}

