
body, td {
	font-family: Tahoma, Helvetica;
	font-size: 10pt;
	color: #dddddd;
	vertical-align: top;
}
.base {
	height: 100%;
	background-color: #333333;
}
h1, h2, h3 {
	font-family: Tahoma, Helvetica;
	color: #ffffff;
	background-color: #222222;
	width: 99%;
	padding: 4px;
}
p.dropcap {
	
}
p.dropcap:first-letter {
	font-size: 300%;
	font-weight: bold;
	float: left;
	padding-right: 4px;
	padding-top: 2px;
}
p.code {
	font-family: "Lucida Console", Fixed;
	font-size: 8pt;
	margin: 5px;
	padding: 5px; 
	white-space: pre;
	border: 1px solid #000;
	background-color: #666;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #9999ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bigtext {
	font-size: 12pt;
	font-weight: bold;
}
.m1 {
	font-weight: bold;
}
.m2 {
	padding-left: 10px;
}
.dmain {
	width: 800px;
	background-color: #333333;
}
.dbanner {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
.dmenu {
	width: 150px;
	min-height: 500px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url("images/menu.gif");
	background-repeat: no-repeat;
}
.darticle {
	width: 640px;
	min-height: 500px;
	text-align: left;
	margin-left: 160px;
	padding-bottom: 10px;
}
.dfooter {
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #dddddd;
	padding-top: 2px;
	font-size: 8pt;
}
.article {
	width: 500px;
	margin-left: 150px;
}
.footnote {
	font-size: 8pt;
}
.redtxt {
	color: #dd0000;
}
.yellowtxt {
	color: #dddd00;
}
.greentxt {
	color: #00dd00;
}
.img600 {
	max-width: 600px;
	height: auto;
}
#showImage {
	max-width: 600px;
	height: auto;
}