P  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Green;
}

H2  {
	font-size : large;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Green;
}

H3  {
	font-size : medium;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Green;
}

H4  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Green;
}

A  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Blue;
}

A:Visited  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Purple;
}

BODY  {}

.arialmedium  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

.arialsmall  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

.timesmedium  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	font-family : Times New Roman;
}

.timessmall  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : Black;
	font-family : Times New Roman;
}

.ariallargebold  {
	font-size : 14pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : green;
}

.arialmediumbold  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

.arialsmallbold  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

.timesmediumbold  {
	font-size : 12pt;
	font-weight : normal;
	font-style : bold;
	color : white;
	background : black;
	font-family : Times New Roman;
}

.timessmallbold  {
	font-size : 10pt;
	font-weight : normal;
	font-style : bold;
	color : White;
	background : Black;
	font-family : Times New Roman;
}

.special1  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : blue;
}

.special2  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : blue;
}

.arialvsmall  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
}

.special3  {
	font-size : large;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : #C4B0CA;
}

