@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: white;
	text-align:justify;
	color: #000000;
}

.Footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style: normal;
	line-height: normal;
	font-weight:lighter;
	font-variant: normal;
	text-transform: none;
	background-color: white;
	text-align: right;
	color: #20324e;
}

.InlineCode {
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	text-align:justify;
	color: #2e4b7e;
}

.Date {
	font-style:italic;
	color: #2e4b7e;
}

.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e4b7e;
	text-align: center;
	vertical-align:top;
}


A{
	color: #2e4b7e;
 }

A:link {text-decoration: none; color: #2e4b7e;}
A:visited {text-decoration: none; color: #2e4b7e;}
A:active {text-decoration: none; color: #2e4b7e;}
A:hover {text-decoration: none; color: #83aaee;}

h1 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2e4b7e;
	margin-left: 20px;
}

h2 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2e4b7e;
	margin-left: 20px;
}

h3 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2e4b7e;
	margin-left: 20px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.oneColFixCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}

.HighlightedCode {
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	text-align:justify;
	color: #000033;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

td {vertical-align:top}

