.frame{ width: 640px ;
		margin: 0px;
		padding: 0px;
		
		
		}

.pageframe{
		width: 840px;
		margin: 0px;
		padding: 0px;
		border: solid 1px gray;
		background-color: white;
		text-align: left;
		}
		
		


		
.ystitle{ 	font-size: 10.5pt;
			font-weight: bold;			
			color: firebrick;
			width: 330px;
			margin-bottom: 10px;
			margin-top: 10px;
			margin-left: 2px;
			border-bottom: crimson 1px solid;
			border-left: crimson 5px solid;
			padding-left: 5px;
		}
		

		
.yscontents{
			font-size: 10pt;
			line-height: 12pt;
			margin-left: 4px;
			margin-right: 3px;
			color: black;
			}
			
.yscontentsb{
			font-size: 11pt;
			line-height: 12pt;
			margin-left: 8px;
			margin-right: 3px;
			color: black;
			}
			

			
.smallframe	{
			border:solid 1px silver;
			padding: 5px ;
			background-color: white;
			
			}
			
.smalltitle	{
			font-size: 10pt;
			font-weight: bold;
			color: firebrick;
			position: relative;
			top: -10px;
			background-color: white;
			width: auto;
			padding-left: 5px;
			}


.tabletitle{
			font-size: 10pt;
			font-weight: bold;
			color: firebrick;
			position: relative;
			top: -18px;
			width: auto;
			padding-left: 5px;
			}
			
			
.bookframe	{
			border: dashed 2px crimson;
			padding: 10px;
			margin: 20px;
			background-color: ivory;
			}

.ysac1		{
			font-weight: bold;
			color: firebrick;
			}
.ysacblue	{
			font-weight: bold;
			color: mediumblue;
			margin: 0px;
			}

.ysac2		{
			font-weight: bold;
			color: firebrick;
			border-bottom: crimson 1px solid;
			}

.font10	{
			font-size: 10pt;
			}
.font9		{
			font-size: 9pt;
			}
.font8		{
			font-size: 8pt;
			}
			
			
			
.copyfooter {
			font-size: 9pt;
			color: white;
			background-color: firebrick;
			text-align: right;
			margin: 0px;
			width: 100%;
			padding: 2px;
			}
			
			
			
