BODY									{	margin-top:	20px;
											margin-bottom: 20px;
											background-color:#FFFFEC;
										}
										
IMG										{	border: 0px none;
										}
										
DIV										{	font-family: Arial;
											font-size: 9pt;
											text-align: left;
										}
										

				
A:link									{	color: #000000;
											text-decoration: none;
										}

A:visited								{	color: #000000;
											text-decoration: none;
										}


A:hover									{	color: #005E00;
											text-decoration: none;
										}
										
#BodyDiv								{	width: 100%;
											height: 100%;
											text-align: center;
										}

#MainDiv								{	width: 18cm;
											height: 100%;
											border:	2px solid #000000;
											border-collapse: collapse; 
											background-color:#FFFFCC;
											padding: 0;
											position: relative;
											top: 0;
											left: 0;
										}
										
#HeaderDiv								{	width: 100%;
											height: 100px;
											border-bottom: 1px solid #000000;
											position: relative; 
											background-image: url('/images/Header.jpg');
											background-repeat:no-repeat; 
											background-position: center;
											z-index: 5;
										}
										
										
#ContentDiv								{	width: 100%;
											padding: 10px;
											border: none;
											margin-bottom: 5px;
											overflow: hidden;
										}

										
#FooterDiv								{	width: 100%;
											height: 20px;
											border-top: 1px solid #000000;
											display: table-cell;
											position: absolute;
											left: 0;
											bottom: 0;
											margin-top: 15px;
											font-family: Arial;
											font-size: 7pt;
											font-weight: bold;
											text-align: center;
											padding-top: 5px
										}
										
#NaviTable								{	position: absolute;
											right: 5px;
											bottom: 5px;
											border: none;
											border-collapse: collapse;
										}
										
#NaviTable TD							{	font-family: Arial;
											font-size: 11pt;
											font-weight: bold;
										}
										
#NaviTable SELECT						{	font-family: Arial;
											font-size: 10pt;
											font-weight: bold; 
											background-color:#FFFFD9;
											border: 1px solid #000000;
											padding: 3px;
										}
										
#NaviTable IMG							{	border: none;
											vertical-align: bottom;
										}
