body {
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
}
a:  {
	color: red;
}
a: visited {
	color: blue;
}
a: hover {
	color: green;
}
h1 {
	font-size: 16pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
}
h2 {
	font-size: 14pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
}
h3 {
	font-size: 13pt;
	font-family: Arial, Verdana, sans-serif;
	color: #006699;
	font-weight: bold;
	color: black;
}
#content blockquote {
	font-size: 11pt;
	line-height: 180%;
	color: black;
}
.highlight {
	background-color:  yellow;
}
p {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 12pt;
	line-height: 150%;
}
td {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 12pt;
%;
}
blockquote {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 11pt;
	line-height: 150%;
}
li {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 11pt;
	line-height: 200%;
}
hr {
	border: 1px solid black;
}
#frametable {
	border: 1px solid black;
	padding: 0px 0px 0px 10px;
	width: 85%;
}
#content {
	padding: 0px 0px 0px 10px;
}
#sidebar {
	padding: 0px 0px 0px 10px;
	background-color: white;
	border-right: 1px solid black;
	width: 200px;
}
.err_style {
	background-color:  salmon;
	color:  red;
	border:  1px solid red;
}
