@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family:Geometr415 Lt BT, Geometr415 Md BT, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333;
}
html, body {
	background-color:#fff;
	margin-top:0;
	margin-left:0;
	padding:0;
	height:99%;
}
a {
	font-family:Geometr415 Lt BT, Geometr415 Md BT, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	outline:none;
}
a:link {
	text-decoration:none;
	color:#ccc;
}
a.bodyNav:link {
	text-decoration:none;
	border-bottom:1px solid white;
	color:#1B467C;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#ccc;
}
a.bodyNav:visited {
	text-decoration: none;
	border-bottom:1px solid white;
	color: #1B467C;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	border-bottom:1px solid red;
	color:white;
}
a.bodyNav:hover {
	text-decoration: none;
	border-bottom:1px solid red;
	color:#1B467C;
}
a:active {
	text-decoration: none;
	color:#ccc;
}
a.bodyNav:active {
	text-decoration: none;
	border-bottom:1px solid white;
	color:#1B467C;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size:16pt;
	border-bottom:1px solid red;
	padding:0;
	margin:0;
	color:#CCC;
}
h2 {
	font-size: 14pt;
	margin-left:15px;
	color:#1B467C;
}
h3 {
	font-size:12pt;
	color:#000;
}
p {
	
	text-align:left;
	margin-left:15px;
	color:#333333;
}
div#left {
	position:fixed;
	top:0;
	left:0;
	width:205px;
	height:100%;
	padding:0;
	background-color:#333;
	clear:right;
}
div#right {
	position:absolute;
	top:0;
	left:207px;
	height:auto;
	margin:0;
	overflow:auto;
	background-color:white;
}
div.heading {
	position:absolute;
	text-align:center;
	padding-top:10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	margin-left:1px;
	background-color:#333;
	top: 0px;
}
div.content {
	position:relative;
	margin-top:60px;
	padding-right:15px;
	clear:left;
}
.navTxt {
	font-size:14pt;
	text-align:right;
	margin-left:5px;
	margin-right:20px;
	color:#AAA;
}
.navTxt2 {
	font-size:14pt;
	text-align:right;
	margin-left:5px;
	margin-right:20px;
	color:#fff;
}
.navTxt3 {
	font-size:14pt;
	text-align:left;
	margin-left:5px;
	margin-right:20px;
	color:#fff;
}
.inlineHeading {
	font-size: 14pt;
	font-weight: bold;
	color:#1B467C;
}

