 /* CSS Document - Main Pages Styles */

/*Overall Page Area Styles*/

body, h1, h2, h3, h4, h5, h6, p, div
{ font-family: "Arial", "Helvetica", "sans-serif"; font-color:#000}

p, div, li
{ font-size:13 }

td
{ font-size:13 }

/* header */
h1, h2, h3 { color: green }

.bgfill {background-color: lightgreen}
.para { font-size:13 }

img {align:right;}

/* First characer large */
div:first-letter 
{
color: #ff0000;
font-size:xx-large
}

table { border:0px; padding:0px; vertical-align:top; }
tr.header { font-size:15; font-weight: bold; background-color: lightgreen }
tr.grey { font-size:12; background-color: lightgrey }

