body {
  margin:0;
  padding:0;
  background-color: #F8F8F8;
  color: #000000;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
}

h1{
  font-family: arial;
  font-size: 13pt;
  color: #000000;
}

h2{
  font-family: arial;
  font-size: 11pt;
  color: #000000;
}

p{
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  text-align: justify;
}

.std_text{
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  text-align: justify;
}

.note{
  font-family: arial;
  font-size: 8pt;
  color: #808080;
}

.note_important{
  font-family: arial;
  font-size: 8pt;
  color: #FF0000;
}

.note_important_blink{
  font-family: arial;
  font-size: 8pt;
  color: #FF0000;
  text-decoration: blink;
}

a:link{ /* Unvisited link color */
  text-decoration: none;
  color: #FF5F00;
}

a:visited{ /*Visited link color */
  text-decoration: none;
  color: #FF5F00;
}

a:active{ /* Active links color   */
  text-decoration: none;
  color: #FF0000;
}

a:hover{ /* Hover over link color */
  text-decoration: none;
  color: #FF0000;
}

img{
  behavior:	url('/includes/pngbehavior.htc');
}

.bkg_csw{
  background-image:url('/images/csw_bkg.gif');
}

.bkg_csu{
  background-image:url('/images/csu_bkg.gif');
}
