/* last revised: 23 jan 2002 */
/* helpful css tip: think of a clock: 12, 3, 6, 9 */
/* or: (up,down) (left,right) */

body
{background-color: #fff;
margin: 0;
padding: 0;}

body, div, p, td, dl, dt, dd
    /* redundant selectors to help NS4 not forget */
{font: 12px/18px arial, helvetica, sans-serif;}

h1
{font-family: georgia, "times new roman", serif;
font-size: 20px;
margin: 0 0 15px 0;
font-weight: bold;
background-color: transparent;}

h2
/* text headers */
{font-family: georgia, "times new roman", serif;
font-size: 14px;
font-weight: bold;}

h3
{font-family: georgia, "times new roman", serif;
font-size: 12px;
font-weight: normal;
background-color: transparent;
margin: 5px 0 0 0;
text-align: left;}

h4
{font-family: verdana, tahoma, arial, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
background-color: transparent;
margin:0;
text-align: left;}

strong
{font-weight: bold;}

em
{font-style: italic;}
