﻿body {
	height:100%;
}

html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:calibri, arial, helvetica, sans-serif;
	color:#333;
	background-color:#F8F8F8;
}

h1 {
	font-size:1.0em;
	line-height:1.75em;
	font-weight: 900;
	color: #AAAAAA;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 10px;
}

#Header {
	/* margin:16px 0px 10px 0px; */
	/* top and bottom borders: 1px; left and right borders: 0px */
	/* line-height:28px; */
	border-top:2px solid #5D91F1;
	border-bottom:2px solid #5D91F1;
	border-left:2px solid #5D91F1;
	border-right:2px solid #5D91F1;
	padding:0px;
	background-color:#EEEEEE;
	voice-family:inherit;
	margin-top:0.75em;
	margin-left:0.75em;
	margin-right:0.75em;
}

#Content {
	/*padding:10px;*/
	margin-left:13.0em;
	margin-right:1.0em;
	margin-top:16px;
	margin-bottom:16px;
	position:relative;
	/*padding-right:16px;*/
	font:13px/18px calibri,arial, helvetica, sans-serif;
}

#Content h2 {
	/*border-bottom:1px solid #999999;*/
	padding:0px;
	color:#404040;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:20px;
	font-size:16px;
	font-family:Verdana, arial, helvetica, sans-serif;
	/*margin-left:-16px;*/
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#Content h3 {
	padding:0px;
	color:#202020;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:18px;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#Content p {
	/*font:12px/18px verdana, arial, helvetica, sans-serif;*/
	/*margin:0px 0px 16px 0px;*/
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:16px;
	padding:0px;
	color:#000000;
}

#Content ul {
	margin-top:-12px;
}

#Content li ul{
	margin-top:0px;
}

#Content .FirstPara {
	margin-left: -16px;
}

#Content a:visited {
	color:#0033FF;
	text-decoration:none;
	border-bottom-width:1px;
}

#Content a:link {
	color:#0033FF;
	text-decoration:none;
	border-bottom-width:1px;
}

#Content a:link {
	/*color:#0033FF;
	text-decoration:none;
	border-bottom-width:1px;*/
	border-bottom-style:solid;
}

#Content a:visited {
	/*color:#0033FF;
	text-decoration:none;
	border-bottom-width:1px;*/
	border-bottom-style:dotted;
}

#Menu {
	/*position:absolute;
	top:61px;
	left:16px;
	width:110px;*/
	border:0px;
	line-height:17px;
	voice-family:inherit;
}

#Footer {
	border-left:1px solid #5D91F1;
	border-top:1px solid #5D91F1;
	border-bottom:1px solid #5D91F1;
	border-right:1px solid #5D91F1;
	background-color:#EEEEEE;
	voice-family:inherit;
	margin-left:10.5em;
	margin-right:0.75em;
	margin-top:0.75em;
	margin-bottom:0.75em;
	padding:0px;
	/*position:relative;*/
	/*margin-bottom:4px;*/
/*	position:absolute;
	bottom:4;
	width:100%;*/
/*	clear:both;*/
}

#Footer p {
	color:#AAAAAA;
	text-indent:5px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	font-size:0.65em;
	font-family:verdana, arial, helvetica, sans-serif;
	margin-top:0.0em;
	margin-bottom:0.0em;
	margin-left:0.0em;
	margin-right:0.0em;
	padding:0px;
}

#Content .InlineBox {
	/*margin-right:-8px;*/
	border-right: 1px solid #5D91F1;
	border-bottom: 1px solid #5D91F1;
	border-left: 1px solid #5D91F1;
	border-top: 1px solid #5D91F1;
	padding: 2px;
	margin: 0px;
	float: right;
	width: 20%;
	background-color: #EEEEEE;
	position: relative;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: smaller
}

#Content .InlineBox ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}


code {
	font-family:"consolas","Lucida Sans Typewriter","Courier New", "Courier", "monospace";
}

#CodeBox {
	border: 1px dotted #5D91F1;
	background-color: #EEEEEE;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#CodeBox code {
	line-height: 16px;
	font-size: 11px;
	font-family: "consolas", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
	margin-top: 0px;
	margin-bottom: 0px;
}

#CodeBox code em{
	font-weight: bold;
	font-style:normal;
	color:#325081;
}

#CodeBox .Indent1 {
	margin-left:2em;
}

#CodeBox .Indent2 {
	margin-left:4em;
}

#CodeBox .Indent3 {
	margin-left:6em;
}

#CodeBox .Indent4 {
	margin-left:8em;
}

#CodeBox .Indent5 {
	margin-left:10em;
}
hr {
	color: #5D91F1;
	height: 1px;
	margin-bottom:16px;
}
