﻿h1           {
	font-family: Arial;
	font-size: xx-large;
	color= #666633;
}

h2           {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color= #000000;
}

h3           {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color= "#666633";
	font-weight: bold;
}
h4			 {
	font-family: Arial;
	font-size: x-large;
	font-style: normal;
	color= #4A490F;
	font-weight: bold;
}

h5			 { font-family: Arial; font-size: 14pt; font-style: italic; color=white;}

body         { font-family: Arial; font-size: 12pt; color=black; 	background-color: white; }

a:link       {
	color: "#0000FF";
	font-style: normal;
	text-decoration: none;
}

a:hover      {
	color: "#FF0000";
	font-style: normal;
	text-decoration: none;
}

a:visited    {
	color: "#800080";
	font-style: normal;
	text-decoration: none;
}
 
a:active     { color: "#0099CC"; font-style: bold; text-decoration: none; }

table        {
	font-family: Arial;
	font-size: small;
	color: black;
}
.point {
	font-family: Symbol;
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
}


