﻿body
{
	font-family: 'Times New Roman' , Times, serif;
	color:Black;
	text-align: left;
	text-indent: 6px;
	background-color:White;
}

table
{
	padding: 6px;
	margin: 6px;
	border: thin solid #00CC00;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	caption-side: top;
	table-layout: auto;
	width: 90%;
}

td
{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	height: 128;
	font-family: Arial;
	font-size: smaller;
	font-weight: 600;
	color: #333333;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	background-color: #808080;
}

#ContentDIV
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	text-align: left;
	text-indent: 6px;
	display: block;
	font-size: 9pt;
	font-weight: 600;
}

legend
{
	font-family: 'Courier New' , Courier, monospace;
	color: #CC0000;
	font-variant: normal;
	font-weight: bold;
}

.iconimages
{
	float: left;
}

h1
{
	font-family: 'Century Gothic';
	font-size: x-large;
	font-weight: bolder;
	font-variant: normal;
	color: #3333FF;
}
h2
{
	font-family: 'Century Gothic';
	font-size: large;
	font-weight: bolder;
	font-variant: normal;
	color: #3333FF;
}
h3
{
	font-family: 'Century Gothic';
	font-size: medium;
	font-weight: bolder;
	font-variant: normal;
	color: #3333FF;
}

.buttonup
{
	background-image: url('images/button-a.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 128px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	vertical-align: middle;
	text-indent: 12px;
}
.buttondn
{
	background-image: url('images/button-b.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 128px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	vertical-align: middle;
	text-indent: 12px;
}

#graybar{display:none;}
#menubar{display:none;}

.code
{
	margin: 24px;
	padding: 6px;
	color: #0000FF;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #00FF00;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
	white-space: nowrap;
}
.smaller
{
	font-size: x-small;
	font-weight: normal;
}