h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #990000;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #990000;
}

h3 {
	font-size : 10pt;
	font-weight : bold;
	color : #990000;
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
	}

.error {
	color : #990000;
	font-weight: bold;
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
}

ul, ol {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #cb9649;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	color : #cb9649;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	color : #cb9649;	
}

A:Hover  {
	text-decoration : underline;
	color : #cb9649;
}

a.pagelink {
	font-family: Tahoma, "Tahoma Bold";
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	line-height: 25px;
	color: #06773f;
}

