BODY
{
	FONT-SIZE: 10pt;
	MARGIN: 0px 0px 0px 10px;
	COLOR: Black;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #fffffc;
	scrollbar-face-color: Yellow;
	scrollbar-shadow-color: Green;
	scrollbar-highlight-color: Green;
	scrollbar-3dlight-color: ThreedHighlight;
	scrollbar-darkshadow-color: Yellow;
	scrollbar-track-color: #FFFFDF;
	scrollbar-arrow-color: Red;
}
H1
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 12pt;
  COLOR: Green;
  margin-top : 9px;
  margin-bottom : 3px
}
H2
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 11pt;
  COLOR: Green;
  margin-top : 6px;
  margin-bottom : 3px;
  font : small-caps;
}
H3
{
  FONT-WEIGHT: normal;
  FONT-SIZE: 11pt;
  COLOR: Black;
  margin-top : 6px;
  margin-bottom : 0px;
  font : small-caps;
}
H4
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: Green;
	margin-top : 0px;
	margin-bottom : 0px;
	font : small-caps;
	text-align : center;
}
A:link
{
	FONT-WEIGHT: normal;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:active
{
	FONT-WEIGHT: normal;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:visited
{
	FONT-WEIGHT: normal;
	COLOR: Red;
	TEXT-DECORATION: none;
}
A:hover
{
	FONT-WEIGHT: normal;
	COLOR: Red;
	TEXT-DECORATION: underline
}
TH
{
  FONT-SIZE: 11pt;
  COLOR: Green;
  FONT-FAMILY: Verdana, Arial;
  FONT: small-caps
}
TD
{
  FONT-SIZE: 10pt;
  COLOR: Black;
  FONT-FAMILY: Verdana, Arial;
}
P
{
  FONT-SIZE: 10pt;
  MARGIN-BOTTOM: 0px;
  COLOR: black;
  FONT-FAMILY: Verdana, Arial
}
ADDRESS
{
  FONT-SIZE: 10pt;
  COLOR: black;
  FONT-FAMILY: Arial
}
DIV
{
  FONT-SIZE: 10pt;
  MARGIN-TOP: 0px;
  MARGIN-BOTTOM: 6px;
  MARGIN-RIGHT: 90px;
  TEXT-ALIGN: left;
  COLOR: black;
  FONT-FAMILY: Verdana, Arial
}

IMG
{
  BORDER: 0px none;
}

UL {
  MARGIN-TOP: 3px;
  MARGIN-BOTTOM: 3px;
  MARGIN-LEFT: 24px;
  list-style-image : url('image/bullet.gif');
  list-style-position : outside
}

.note{
  list-style-image : url('image/note.gif');
}

LI.flush {
  MARGIN-TOP: 3px;
  MARGIN-BOTTOM: 3px;
  list-style-image : url('image/bullet.gif');
}
OL {
  MARGIN-TOP: 3px;
  MARGIN-BOTTOM: 3px;
  MARGIN-LEFT: 24px;
  list-style-position : outside;
}

.framed {
    border: 1px ridge Green;}

.center {
  TEXT-ALIGN: center;}

.tight {
  MARGIN: 0px;}

.callout {
  color: Green;
  border: 1px ridge Red;
  background-color : Yellow;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  width : 200px;
  float : right;
  font-size : smaller;
  padding-bottom : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-top : 2px;
}

.scr {
  font-weight: normal;
  font-size:12px;
  font-family: "Courier New", Courier, monospace;
  color:#009933;
}

.scrb {
  font-weight: bold;
  font-size:12px;
  font-family: "Courier New", Courier, monospace;
  color:#009933;
}

A.scrb:link {
  color: Blue;
}

A.scrb:visited {
  color: Blue;
}

A.scrb:hover {
  color: Red;
}