﻿
.apicode {
	font-family: "Lucida Console";
	color: #003366;
	font-size: 1.15em;
	font-weight: bold;
}

.apicode_low {
	font-family: Courier New;
	color: #000080;
	font-size: 1.1em;
	font-weight: bold;
}

.apifunct {
	margin-top: 1.5em;
	border-top: 3px dotted;
	padding-top: 1em;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #003399;
}
.apiSummaryBlock {
	border-top-style: solid;
	border-top-width: thin;
	border-color: #000000;
}
.apiTextVar {
	margin-left: 20px;
}
.apiTextRout {
	margin-left: 20px;
}
