A:ACTIVE {
	text-decoration : none;
	color : Red;
}

A:LINK {
	color : #3366CC;
	text-decoration : none;
}

A:VISITED {
	color : #9999CC;
	text-decoration : none;
}


H1 {
	font-size : 24pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

H2 {
	font-size : 20pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

H3 {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

H4 {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

H5 {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Black;
}

H6 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Black;
}

BODY {
	font-family : "Times New Roman", Times, serif;
}

TABLE {
	font-family : "Times New Roman", Times, serif;
}

TR {
	border : solid;
}

TD {
	vertical-align : top;
	padding : 5px;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding : 5px;
	text-align : left;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 12pt;
}

BLOCKQUOTE {
	font-size : 12pt;
}

P {
	font-family : "Times New Roman", Times, serif;
}


TEXTAREA {
	font-family : "Courier New", Courier, monospace;
}

CODE {
	font-family : "Courier New", Courier, monospace;
}

