/* CSS1 Style Sheet by DI Management */
body {
	background: #fffff0;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 24px;
	color: black;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: black;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
	color: black;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
}
.smaller {
	font-size: 80%;
}
.footer-links {
	font-size: 80%;
	text-align: center;
}
.plainquote {
	font-size: 11px;
	color: #cc0000;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.highlight {
	color: red;
	background: transparent;
}
.comment {
	color: green;
	background: transparent;
}
.side {
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #006699;
}
.bb {
	border-bottom: 1px solid #00cc00;
	text-align: justify;
	width: 300px;
}
.btopb {
	border-top: 1px solid #00cc00;
	border-bottom: 1px solid #00cc00;
	text-align: justify;
	width: 300px;
}
.bleft {
	text-align: left;
	width: 150px;
}

a:link, A:visited {color: blue; background: transparent; TEXT-DECORATION: none}
a:hover {color: red; background: transparent; TEXT-DECORATION: underline;}
a:active {color: #cc0000; background: transparent;}

a.side:link {color: #ffffff; background: transparent; TEXT-DECORATION: none}
a.side:visited {color: #ffffff; background: transparent; TEXT-DECORATION: none}
a.side:hover {TEXT-DECORATION: underline overline}

a.hdr:link {color: black; background: transparent; TEXT-DECORATION: none}
a.hdr:visited {color: black; background: transparent; TEXT-DECORATION: none}
a.hdr:hover {color: red; background: transparent; TEXT-DECORATION: none}

table.tone {
	background: #ccffff;
	color: black;
}
table.padded-table td { 
	border:1px solid black; 
	padding:10px; 
	font-family:georgia,serif; 
	font-size:100%
}

pre {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Courier New', Courier, monospace;
	background: #efefef;
	color: black;
}
code.g {
	font-size: 12px;
	font-family: 'Courier New', Courier, monospace;
	background: #efefef;
	color: black;
}
ol, ul {
	text-align: left;
}
li.spaced {
	margin-bottom: 1em;
}
li.vspaced {
	margin-bottom: 1em;
}

.vbcodex {
	background-color: #efefef;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}
.ccodex {
	background-color: #ffff99;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}
.vbnetcodex {
	background-color: #ccffff;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}
.csharpcodex {
	background-color: #ccff99;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}
.aspcodex {
	background-color: #ffcc33;
	color: black;
	margin: 10px; 
	padding: 5px; 
	border: thin dashed black;
	width: 80%;
}

.dbx1 {
	color: #FF0000;
	background: transparent;
	font-weight: bold;
}
.dbx2 {
	color: #0000ff;
	background: transparent;
	font-weight: bold;
}
.dbx-body-text {
	margin-left: 10px;
	width: 85%;
}
.commendblock {
width: 70%; 
margin: 30px; 
padding: 10px 20px 10px 20px; 
border: 1px #006699 dashed; 
font-family: Georgia,Helvetica,serif; 
font-size: 10pt; 
color: #cc0000;
}
p.dotbot {
	border-bottom: 1px #006699 dashed;
	padding-bottom: 5px;
}
u {
	text-decoration: underline;
}
.feedback {
	width: 80%;
	margin-bottom: 2em;
}
.feedback blockquote {
	margin: 1em 3em;
	color: #666;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style: italic;
	font-family: Georgia,Helvetica,serif; 
	font-size: 90%;
}
.feedback h3 {
	margin-top: 0;
}
.feedback p {
	border-bottom: 1px #999 dashed;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
