BODY, H1, .H2, P, .name, ADDRESS, .date, A, td, .para {
      font-family : Arial, Helvetica, sans-serif;
	  color: #000;
}

BODY {
		background: #FFF;
		margin-left: 30pt;
		margin-right: 20pt;
}

H1 {
		font-size: medium;
		font-weight: bold;
		font-style: small-caps;
		color: #336;
		text-align: center;
}

H2 {
		font-size: small;
		font-weight: bold;
		font-style: small-caps;
		text-align: left;
		margin: 10pt 10pt 0pt -15pt;
		padding-bottom: 0pt;
		border-bottom: 0pt;
}

.H2 {
		font-size: small;
		font-weight: bold;
		font-style: small-caps;
		text-align: left;
		margin: 15pt 10pt 0pt 0pt;
		padding: 2pt;
		border-bottom: 0pt;
		background: #DDF;
}

P {
        font-size: small;
		line-height: 110%;
}

.para {
        font-size: small;
		line-height: 110%;
		margin: 0pt 10pt 10pt 20pt;
}

.desc {
		color: #996;
		font-size: small;
}

.footer {
		text-align: center;
		font-size: x-small;
		margin: 20pt 0pt 0pt 0pt;
}

A:link, A:visited, A:active, A:hover {
		text-decoration: underline;
}

A:link { color: #66C }

A:visited {	color: #C69 }

A:hover {
		background: #DDF;
}

