	body {
		color: #000;
		margin: 10px 0 20px 0; /* set body margin for consistency between browsers. */
		padding: 0; /* set padding for consistency between browsers. */
		text-align: center; /* required for IE5/Win */
		font-weight: normal;
		font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
		background-color: #C0B494;
		}

	h1 {
		color: #030;
		margin: 0;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
		}

	h2 {
		color: #800000;
		margin: 3px 0 3px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		}

	h3 {
		color: #030;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		margin: 0;
		}

	h4 {
		color: #888;
		font-style: normal;
		font-weight: bold;
		font-size: 10px;
		line-height: 1.3;
		text-align: center;
		margin: 2px 2px 2px 2px;
		}

	h5 {
		color: #444;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: 1.3;
		text-align: left;
		margin: 0 10px 0 10px;
		}

	h6 {
		color: #444;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: 1.3;
		text-align: center;
		margin: 0 10px 0 10px;
		}

	p   { color: #000; font-size: 10px; font-style: normal; font-weight: normal; line-height: 1.5; text-align: left; margin: 0 }

	table#table700 {
		width: 700px;
		text-align: center;
		}

	table#table700 td {
		text-align: center;
		}

	table#data650 {
		width: 650px;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
		}

	table#data650 td {
		border-bottom: 1px solid #777;
		border-left: 1px solid #777;
		padding: 2px 0px 2px 0px;
		}

	table#dataAuto {
		width: auto;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
		}

	table#dataAuto td {
		border-bottom: 1px solid #777;
		border-left: 1px solid #777;
		padding: 4px 4px 4px 4px;
		font-size: 10px;
		}

	table#data540 td {
		border-bottom: 1px solid #777;
		border-left: 1px solid #777;
		padding: 4px 4px 4px 4px;
		font-size: 10px;
		}

	table#data540 {
		width: 540px;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
		}

	table#titleTable {
		width: 700px;
		/* border-bottom: 2px solid #040; */
		/* border-left: 2px solid #040; */
		/* border-right: 2px solid #040; */
		}

	table#titleTable td {
		background: #FFF
		}

	.bold {
		font-weight: bold;
		}

	.copyright {
		color: #664933;
		font-size: 10px;
		}

	.frame {
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		}

	.titlebarColor {
		background: #EEE;
		}
	
	.grayBkgd {
		background: #EEE;
		}

	.textHiLite {
		font-weight: bold;
		color: #030;
		}

	.columnTitleBkgd {
		background: #141;
		}

	.columnTitleLeft {
		font-weight: bold;
		color: #FFF;
		text-align: left;
		}

	.left {
		text-align: left;
		}
		
	.center {
		text-align: center;
		}

	.right {
		text-align: right;
		}		

	.hide	{
		display: none;
		}
