/* distyle2.css */
body {
	color: black; 
	background-color: #fffff0;	/* Ivory */
}
body.simple {
	width: 80%; 
	margin-left: 15px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
h2 {
   background-color: #006699;
   color: #fff;
   border: none;
   font-weight: bold;
   font-size: 1.3em;
   text-indent: 0.5em;
   margin-top: 1em;
   margin-bottom: 0.5em;
   padding: 0.1em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
h2 {
	font-size: 14px;
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 5px;
}
*/
h3 {
	/* font-size: 12px; */
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
h3.link {font-weight: normal;}

h4 {
	font-size: 9px;
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
td {
	font-size: 11px;
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif
}
pre {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'courier new', courier, monospace;
	background-color: #efefef;
	color: black;
}

.eqn {
	font-size: 1em;
	font-family: 'courier new', courier, monospace;
	text-align: left;
}

.tone {
	background-color: #ccffff;
	color: black;
}

ol, ul {
	text-align: left;
}

li.spaced {
	margin-bottom: 1em;
}
li.vspaced {
	margin-bottom: 1em;
}
li.vs {
	margin-bottom: 1em;
}
li.vss {
	margin-bottom: 0.5em;
}
li.hdr {
	margin-top: 1em;
	text-align: left;
	font-weight: bold;
	list-style: none;
}
li.hdrvs {
	margin-bottom: 1em;
	text-align: left;
	font-weight: bold;
	list-style: none;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
.plain {
	font-size: 11px;
	color: black;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: justify;
}
.plainquote {
	font-size: 11px;
	color: #cc0000;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}
.smaller {
	font-size: 9px;
	color: inherit;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}
.classic {
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
/*	font-family: Garamond, "Times New Roman", times, serif; */
	text-align: justify;
}
.contents {
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
.data {
	font-size: 11px;
	font-family: tahoma, univers, arial, sans-serif;
	background-color: #efefef;
	color: inherit;
	border: 1px solid gray;
	padding: 5px;
	margin: 0;
}
.side {
	font-size: 11px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #006699;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
}
.bb {
	border-bottom: 1px solid #00cc00;
	text-align: justify;
	width: 70%;
	padding: 5px;
}
.btopb {
	border-top: 1px solid #00cc00;
	border-bottom: 1px solid #00cc00;
	text-align: justify;
	width: 70%;
	padding: 5px;
}
.bleft {
	text-align: left;
	width: 30%;
}
.highlight {
	color: red;
	background-color: transparent;
}
.comment {
	color: green;
	background-color: transparent;
}
.ref {
	color: #00cc00;
}

.tm-api {
	color: #006600;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.tm-pki {
	color: #cc0000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.tm-kx {
	color: #808000;
	font-weight: bold;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.trademark {
	color: black;
	font-weight: bold;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.footer-gen {
	width: 100%; 
	margin-top: 10px; 
	padding-top: 5px; 
	border-top: 3px solid #069;
}

.vbcodex {
	background-color: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}

a:link, a:visited {color: blue; background-color: transparent; text-decoration: none}
a:hover { color: blue ; font-weight : normal; text-decoration : underline; background : yellow; }
a:active {color: #cc0000; background-color: transparent;}

a.side:link {color: white; background-color: transparent; text-decoration: none}
a.side:visited {color: white; background-color: transparent; text-decoration: none}
a.side:hover {color: white; background-color: transparent; font-weight : bold; text-decoration: underline overline}
a.side:active {color: white; background-color: transparent; text-decoration: none}

.l-body-text {
	padding: 6px; 
	margin: 0px 15% 0px 125px; 
	text-align: justify;
}
.l-left-menu {
	left: 6px; 
	width: 110px; 
	position: absolute; 
	top: 90px
}
.n-left-nav {
	left: 6px; 
	width: 110px; 
	position: fixed; 
	top: 60px
}
.t-header {
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 15% 1em 0; 
	border-top: 1px solid #006699; 
	border-bottom: 3px solid #006699
}
.f-footer {
	margin: 10px 15% 0 125px; 
	padding-top: 5px; 
	border-top: 3px solid #006699;
}
.m-header {
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 20% 1em 0; 
	border-top: 1px solid #006699; 
	border-bottom: 3px solid #006699
}
.m-body-text {
	padding: 6px; 
	margin: 0px 20% 0px 10px; 
	text-align: justify;
}
.m-footer {
	margin: 10px 20% 0 10px; 
	padding-top: 5px; 
	border-top: 3px solid #006699;
}

#leftcolumn {
	float:left;
	left:2%;
	width:45%;
	top:50px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	padding: 1px 10px
}
#rightcolumn {
	float:left;
	left:50%;
	width:45%;
	top:50px;
	border-right: 1px dotted #000;
	padding: 1px 10px
}

