body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #cc6600;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #cc6600;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}


code {
	color: #990000;
	font-family: courier new, courier, monospace;
}

A:link {color: #0000cc; text-decoration: none;}
A:visited {color: #0000cc; text-decoration: none;}
A:hover {color: #0000cc; text-decoration: underline;}

.source {border-style: solid; border-width: 1; border-color: #000000; padding: 5px; background-color: #ffffcc}
.output {border-style: solid; border-width: 1; border-color: #000000; padding: 5px; background-color: #cccc99}
.fwx {color: #0000ff}
.comment {color: #999999}

/*    EXPANDABLE LIST STYLES    */
.ExpandListItem .itemTitle {
	color: #0000cc;
	font-weight: bold;
}
.ExpandListItem .itemTitle A{
	text-decoration: none;
}
.ExpandListItem .itemTitle A img{
	border: 0px;
}
.ExpandListItem .toggleIcon {
	vertical-align: bottom;
	width: 16px;
	height: 16px;
}
.ExpandListItem .itemBody {
	display: none;
	margin-left: 20px;
}
/* END OF EXPANDABLE LIST STYLES */

