body {
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	color: #333333;
	border: thin none #FFFFFF;
	font-weight: normal;
	font-style: normal;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 100%;
	color:#003366;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	font-variant: normal;
	text-align: justify;
	font-size: 12px;
	color: #003366;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
	color:#339900;
}


#content {
	background-color: #000000;
	padding: 0em;
	margin: 0em;
}

#content2 {
	background-color: #000000;
	padding: 0em;
	margin: 0em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* percentage width without the fix*/
width: 100%;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}



#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 85%;
	height: 226px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mycustomscroll3 {
	/*percantage width: make it 100% to match container*/
width: 100%;
	height: 160px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	}

.percentagewrap2 {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	}


	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
