.DesignDoc {
	background-color: #66CCCC;
	list-style-type: circle;
	text-indent: 12pt;
	white-space: normal;
	display: table;
	height: 80%;
	width: 80%;
	text-align: left;
	vertical-align: middle;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;

}
.ClientDirective {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
}
.ServerHistoryEntry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.CodeDefinition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
}
.PropertyDefinition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-type: decimal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
