﻿<!--
body {
	font-family: Arial, Helvetica;
	font-size: 100%;
	padding: 0em;
	margin-left: 0em;
	margin-top: 0em;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	padding: 0em;
	padding-top: 1.25em;
}
h2 {
	font-size: 0.825em;
	font-weight: bold;
	text-align: left;
	padding: 0em;
	padding-top:1.25em;
}
p {
	font-size: 0.825em;
	text-align: left;
	padding: 0em;
	padding-top: 0.em;
}
p.centered {
	text-align: center;
}
p.feature-yes {
	font-family: "Wingdings";
	font-size: 1.5em;
	color: green;
	text-align: center;
}
p.feature-no {
	font-family: "Wingdings";
	font-size: 1.5em;
	color: red;
	text-align: center;
}
li {
	font-size: 0.825em;
	text-align: left;
	padding: 0em;
	padding-top: 0.em;
}
-->
A.sidenav:link {
	font-family: Arial;
	font-size: x-small;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,243,0)
}
A.sidenav:visited {
	font-family:Arial;
	font-size:x-small;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color: rgb(255,243,0)
}
A.sidenav:active{
	font-family:Arial;
	font-size:x-small;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color: rgb(0,0,255);
	background-color: red
}
A.sidenav:hover {
	font-family:Arial;
	font-size:x-small;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color: rgb(0,0,255);
	background-color: red
}
-->
<!-- 
A.body:link {
	text-decoration: none;
	color: rgb(0,0,255)
}
A.body:visited {
	text-decoration: none;
	color: rgb(0,0,255)
}
A.body:active {
	text-decoration: none;
	color: rgb(255,0,0);
	background-color: white
}
A.body:hover {
	text-decoration:none;
	color: rgb(255,0,0);
	background-color: white
}
-->
<!-- 
.Text_Heading {
	font-family: Arial;
	font-size: small;
	color: black;
	font-weight: bold
}
.Text_Body {
	font-family: Arial;
	font-size: x-small;
	color: black
}
.Text_Hyperlink {
	font-family: Arial;
	font-size: x-small;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
-->

