.divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.border {
	border: 1px solid #999999;
}
.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.markdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990033;
	text-decoration: line-through;
}
.variable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00CC00;
}
.value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
}
.separator {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.separator2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}
