body {
	margin: 0;
	padding: 0;
	padding-top: 1em;
	font: Arial;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 18px;
}


#content {
	background-color: #FFF;
	border: 1px;
	border-color: #CAEFF4;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	text-indent: 0;
}

#mycustomscroll {
	/* percentage width without the fix*/
width: 640px;
	height: 290px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #639C49;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 0.3em;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 100%;
	height: 345px;
	overflow: hidden;
	margin-top: 0em;
	margin-bottom: 0.3em;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 930px;
	height: 270px;
	position: relative;
	color: #006;
	padding: 1px;
	background-image:url(images/test.png)
}

.table {
	vertical-align:top;
	font-family: "Arial";
	font-size: 14px;
	color:#006;
}
.Footer {
	color: #87CFFF;
	font-size: 9px;
}

