// external style sheet vp_style.css

	P { font-size: 10pt; font-family: times new roman; }
	P.fontsize4 { font-size: 11pt; }
	P.fontsize4bi { font-size: 11pt; font-weight: bold; font-style: italic; }
	P.fontsize2 { font-size: 9pt; font-style: normal; }
	H1 { font-size: 15pt; font-weight: bold; font-family: arial,helvetica; }
	H2 { font-size: 11pt; font-weight: bold; font-family: arial,helvetica; }
	H3 {font-size: 11pt; font-weight: bold; font-style: italic; font-family: arial,helvetica; }
	P.quote1 { font-size: 11pt; font-weight: bold; font-style: italic; }
	P.quote2 { font-size: 10pt; font-style: italic; font-family: times new roman; }
	UL { font-size: 11pt; font-family: times new roman; }
	OL { font-size: 11pt; font-family: times new roman; }
	DT { font-size: 11pt; font-weight: bold; font-style: normal; }
	DT.fontsize5 { font-size: 15pt; font-weight: bold; font-style: normal; }
	DD { font-size: 11pt; font-weight: normal; font-style: normal; }
	SUP { font-size: 6pt; }
	A { text-decoration: none; }
	A:hover { text-decoration: underline; }

// end of file
