/* style definitions : 2000-05-25 */
body {
	color: #000000;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	/* margin-left: 0.5in;
	margin-right: 0.5in;
	margin-top: 0.25in;
	margin-bottom: 0.25in; */
}

h1 {
	color: #000000;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #000000;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

p {
	color: #000000;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	/* text-align: justify; */
}

/* red left bar for class changed */
p.changed {
	padding-left: 0.2em;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: red;
}

p.note {
	text-align: center;
	background: #dddddd;
	margin: 40px;
	padding: 10px;

}

a:link {
	color: #111111;
	background: none;
	font-weight: bold;
}

a:visited {
	color: #222222;
	background: none;
	font-weight: bold;
}

ul {
	color: #000000;
	background: none;
	margin-left: 10px;
	margin-right: 10px;
}


li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}


#navbar {
	color: #000000;
	background-color: #eee5de;
	border-width: 2;
	border-color: #eee5de;
	border-style: outset;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-family: helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
}



