body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.TOC {
	font-size: 14px;
	padding-top: 16px;
}

.TOC_Title {
	line-height: 28px;
	font-size: 17px;
	color: white;
	background-color: #f0f0f0; 
	font-weight: bold;
	height: 28px;
	overflow: hidden;
	background-image: url(Graphics/bg-scanname.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #550505;
	padding-left: 16px;
}

.TOC li {
	list-style-image: none;	
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.TOC a {
	padding-left: 2px;
	padding-right: 2px;
}

.TOC ul {
	list-style-image: none;	
	list-style: none;
	padding-left: 16px;
	margin: 0px;
}

.Selected{
	background-color: #004da0;
	color: #FFFFFF;
}

.pageTitle {
	line-height: 28px;
	font-size: 17px;
	color: white;
	background-color: #f0f0f0; 
	font-weight: bold;
	height: 28px;
	overflow: hidden;
	background-image: url(Graphics/bg-scanname.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #550505;
	padding-left: 16px;
}

.pageBody {
	padding: 16px;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #004da0;
}

.pageBody h2 {
	font-weight: normal;
	font-size: 15px;
	background-color: #C6C3C6;
  color: #000000;
	padding: 4px;
}

.pageBody h3 {
	font-weight: bold;
	font-size: 14px;
}

.functionDescription {
	margin:0;
	padding:0;
	padding-left: 16px;
	font-size: 12px;
	border-bottom: 1px #bcd4f8 solid;
	margin-bottom: 8px;
}

.codeSnippet {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	white-space:pre;
	overflow:scroll;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin: 16px;	
}

