body {

    font-family: Times New Roman, serif;
    font-size: 11pt;
	margin-left: 15px;
	background-color: #ffffff; 
}

H1 {
    font-family: Times New Roman, serif;
    font-size: 18pt;
	color: #006600;
	background: transparent;
  	font-weight: bold;
  	text-align: center
}
H2 {
    font-family: Times New Roman, serif;
    font-size: 17pt;
	color: #006600;
	background: transparent;
  	font-weight: bold;
  	text-align: center
}
H3 {
    font-family: Times New Roman, serif;
    font-size: 14pt;
	color: #006600;
	background: transparent;
  	font-weight: bold;
  	text-align: center
}
H4 {
    font-family: Times New Roman, serif;
    font-size: 12pt;
	color: #006600;
	background: transparent;
  	font-weight: bold;
  	text-align: center
}
P {
	font-family: Times New Roman, serif;
	font-size: 11pt;

}


HR {
	width:100%;
	height: 1px;
}

BLOCKQUOTE {
	font-family: Times New Roman, serif;
	font-size: 10pt;
}

TH {
	font-family: Times New Roman, serif;
	font-size: 8pt;
  	font-weight: bold;
  	color:#ffffff;
  	background:#006600;
}

TD {
	font-family: Times New Roman, serif;
	font-size: 11pt;
}

UL {
	font-family: Times New Roman, serif;
	font-size: 10pt;
}
OL {
	font-family: Times New Roman, serif;
	font-size: 10pt;
}

.rightalign {text-align:right}

.indented {padding-left: 18pt}

.xxlarge {
	font-family: Times New Roman, serif;
	font-size: 20pt;
	font-weight: bold;
}

.xlarge {
	font-family: Times New Roman, serif;
	font-size: 15pt;
	font-weight: bold;
}

.large {
	font-family: Times New Roman, serif;
	font-size: 12pt;
}
.medium {
	font-family: Times New Roman, serif;
	font-size: 9pt;
}

.small {
	font-family: Times New Roman, serif;
	font-size: 8pt;
}
.xsmall {
	font-family: Times New Roman, serif;
	font-size: 7pt;
}
a:link {
  color: #000099;
  background: transparent;
}

a:visited {
  color: #006633;
  background: transparent;
}

a:active {
  color: #FF0000;
  background: transparent;
}



