

BODY {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
  background-color: #FFFFFF;
}
A {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #E50D0D;
}

A:visited {
  color: #336699;
}

P {
  font-size: 10pt;
}

BLOCKQUOTE {
  font-size: 10pt;
}

LI {
  font-size: 10pt;
  font-weight: bold;
}

.LI2 {
  font-size: 10pt;
}
DIV {
  font-size: 10pt;
}

TEXTBOX {
  background-color: #F2F2F2;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}


TEXTAREA {
  background-color: #F2F2F2;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

SELECT {
  background-color: #F2F2F2;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

INPUT {
  background-color: #F2F2F2;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

H1 {
   	font-size: 18pt;
  	font-style: Bold;
  	color: #000000;
  	font-weight: lighter;
}

H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  color: #333333;
}

H3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #333333;
}


H6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #336699;
}

TT {
  font-size: 8pt;
  color: #000000;
}


SUP {
  color: #000000;
  font-size: 8pt;
}

TABLE {
  border-collapse: collapse;
}

SUB {
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
}
