﻿body
{
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
}
h1
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	color: #0066cc;
	border-bottom: solid 2px #ff6600;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}
h2
{

	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #0066cc;
	border-bottom: solid 1px #ff6600;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}
h3
{
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
h4
{
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
}
h5
{
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
}
h6
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	color: #ff6600;
	border-bottom: solid 1px, #0066cc;
	font-family: Calibri,Arial, Helvetica, sans-serif;
}
.code
{
	font-family: 'Courier New' , Courier, monospace;
	font-style: normal;
}
.codeBlock
{
	font-family: 'Courier New' , Courier, monospace;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #f5f5f5;
	font-style: normal;
}
.string
{
	font-weight: bold;
	color: Red;
}
.keyword
{
	color: Blue;
}
.object
{
    color: #2b91af;
}
.comment
{
	color: Green;
}
.highlight
{
	background-color: Yellow;
	border: solid 1px #ff6600;
}
.Table
{
	border: solid 1px #888888;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.Table .Header
{
	text-align: center;
	font-weight: bold;
}
.Table td
{
	margin: 0px;
	padding: 2px;
	border: solid 1px #cccccc;
	vertical-align: top;
}
.Table .Accent
{
	text-align: center;
	font-weight: bold;
}
