BODY {background-color: #FFD;}

/*Some general styles*/

P, TABLE, TR, TH, TD, OL, UL, LI, DIV, {
    font-family: "Times New Roman", "Times", "Serif";
    font-size: 12pt;
    color: black;}

/*  .center {text-align: center;}  */
.left {float: left;}
.center {float: center;}
.right {float: right;}

.mailtobox {width: 420px;
    padding: 4px;
    border-width: 2px;
    border-style: solid;
    color: #A40;
    font-size: 12pt;
    text-align: left;
    float: left;}
.copy {font-family: "Times New Roman", "Times", "serif";
    color: #C33;
    font-size: 12pt;
    clear: both;}

/*Some colors*/

.red {color: #C00}
.green {COLOR: #0C0}
.blue {COLOR: #00C}
.aqua {COLOR: #0AA}
.cyan {COLOR: #0CC}
.yellow {COLOR: #CC0}
.orange {COLOR: #F20}
.brown {COLOR: #A84830}

/*Some font sizes*/

.fs12 {font-size: 12pt;}
.fs18 {font-size: 18pt;}
.fs28 {font-size: 28pt;}
.fs30 {font-size: 30pt;}
.fs36 {font-size: 36pt;}

/*Link styles*/

A:link {font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 18pt;
    color: #A00;}
A:visited {font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 18pt;
    color: #00A;}
A:hover {font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 18pt;
    color: #0A0;
    font-weight:bold}
A:active {font-family: "Comic Sans MS", "Arial", "sans-serif";
    font-size: 18pt;
    color: 0AA;}

/*Miscellaneous*/

H1 {text-align: center;
  font-size: 36pt;
  color: #5C4043;}
H2 {font-size: 30pt;
  color: #467BB4;}
H3 {font-size: 14pt;
  color: #C33;}

UL {font-size: 18pt;}
UL LI {list-style: disc;
    font-size: 18pt;}
UL UL {font-size: 18pt;
  color: #336;}
UL UL LI {list-style: circle;
    font-size: 18pt;}

em {font-size: 18pt;
  color: #C33;}
.em {color: #A84830;
    font-style: italic}

DIV.para {text-indent: 16pt;
    margin-top: 1em;
    margin-bottom: 1em;}

P.indent {text-indent:24pt;
    font-size:18pt}

SPAN.obj {COLOR:rgb(168,72,48); font-size:16pt; font-style:italic}
SPAN.header {COLOR:rgb(168,72,48); font-style:italic}
SPAN.annDate {COLOR:rgb(192,51,51)}

