BODY {
  color: #000;
  background: #FFF;
  font-family: helvetica, arial, sans-serif;
  font-size: 12pt;
  /*	
  background-image: url(/images/cems-bg.jpg); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
*/
/*
	background-image: url(/images/cems_blue_kite.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 1% 0%;
*/
}
A:link {
  color: #04369C;
}
A:visited {
  color: #04369C;
}
A:active {
  color: #FF0000;
}
/*
H1 {
  font-size: 18pt;
  font-weight: bold;
  color: #66CC66;
}
*/
H1 {
	font-size: 19pt;
	font-weight: bolder;
	color: #0A2E78;
}

H2 {
  font-size: 14pt;
  font-weight: bold;
  /* color: #FF0000; */
/*  color: #DB2929; */
 color: #FF8800;

}
H3 {
  font-size: 12pt;
  font-weight: bold;
  color: #DB2929;
}
H4 {
  font-size: 12pt;
  font-weight: bold;
  color: #66CC66;
}
H5 {
  font-size: 12pt;
  font-weight: bold;
  color: #FF0000;
}
H6 {
  font-size: 12pt;
  font-weight: bold;
  color: #FF8800;
}
PRE, TT, CODE, KBD, SAMP {
  font-family: monospace;
}
TEXTAREA {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
}
A.navbar:link {
  color: #FFFFFF;
  background: #04369C;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}
A.navbar:visited {
  color: #FFFFFF;
  background: #04369C;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}
A.navbar:active {
  color: #FF0000;
  background: #04369C;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}
.floatright {
 float: right;
}
.floatleft {
 float: left;
}
.footnote {
  font-size: 10pt;
  font-style: italic;
}
.warning {
  color: #FF0000;
}
.navbar {
  color: #FFFFFF;
  background: #04369C;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}
.dircol1        {
        display: inline ;
        vertical-align: top;
        width: 10em ;
        }
.dircol2        {
        display: inline ;
        vertical-align: top;
        text-indent: 10em ;
        }
.acrocol1a        {
        display: inline ;
        vertical-align: top;
        width: 10em ;
        }
.acrocol2a        {
        display: inline ;
        vertical-align: top;
        text-indent: 10em ;
        }
.acrocol1b        {
        display: inline ;
        vertical-align: top;
        width: 30em ;
        }
.acrocol2b        {
        display: inline ;
        vertical-align: top;
        text-indent: 30em ;
        }
.center {
	text-align: center
}


