/* CSS Document */
<!--        

tr#poi {
  background-color: Cornsilk;
	border: 1px dotted DarkRed;
}

h6 {
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #696969;
	margin: 0.8em 1;
}

h5 {
	font-size: 12pt;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: 700;
	color: #696969;
	margin: 1.2em 1;
}

h4 {
	font-size: 12pt;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: 700;
  color: #696969;
	margin: 1.2em 1;
}

h2 {
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: sienna;
  text-align: left;

}

h1 {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: 600;
  color: #696969;
}

p {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: 500;
  color: Sienna;
	margin: 1em 1;
}


li {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-weight: 500;
  color: Sienna;
	margin: 0.6em 1;
}


strong {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
  color: #696969;
	font-weight: 700;
}

dfn {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	font-style: normal;
  color: Black;
	font-weight: 300;
}

cite {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-style: normal;
  color: #696969;
	font-weight: 700;
}

td#footerlink {
	font-size: 8pt;
  text-align: center;	
	color: #696969;
	font-family: Arial, sans-serif;
	font-weight: 300;
}



td#link {
	font-size: 8pt;
	height: 32px;
	width:160px;
	font-family: Verdana, sans-serif;
	font-weight: 300;
	margin: 0.1em 1;
	background-color: Oldlace;
	text-align: center;
	border-left: 1px ridge  DarkRed;
	border-top: 1px ridge  DarkRed;
}



td#link a:link, td#link a:visited {
	color: sienna;
	font-weight: 300;
	text-decoration: none;
}
td#link a:hover{
	color: Black;
	text-decoration: none;
}

td#mainbgcolor {
  background-color: Snow;
}


a:link, a:visited {
	color: #696969;
}


-->

