			body			{ background: #FFFFFF;}
		
			#MainLayer  	{ margin-left: -340px; position: absolute; left: 50%; width: 680px; visibility: visible; }	
			#AllIn			{ height: auto; width: 680px; position: absolute; visibility: visible; margin-top: 20px; }
			#Top			{ height: 80px; width: 660px; background-color: #666666; border-bottom: 1px solid #ffffff; }
			#Navigation		{ height: 247px; width: 660px; background-image: url(content/navi_bg.gif);}
			#ImageDiv 		{ height: 310px; width: 464px; left: 216px; top: 44px; position: absolute; visibility: visible; }
			#LeftRow		{ width: 224px; margin-top: 40px; margin-bottom: 20px; float: left; }
			#RightRow		{ width: 430px; margin-top: 40px; margin-bottom: 20px; left: 230px; float: right; }
			#Content		{ width: 660px; min-height: 100px; }
			#Footer			{ width: 660px; background-color: #666666; height: 35px; margin-bottom: 10px; clear: left; }
			#LeftBoxHF		{ width: 200px; }
			#LeftBox		{ background-image:url(content/leftbox_bg.png); width: 200px; margin-left: 12px; }
			#Wrapper		{ width: auto; height: auto; }
			.ULStyle		{ font-family: Helvetica; color: #333333; font-size: 10pt; font-weight: normal; margin-left: 20px; }
	
			.BorderBottom	{ border-bottom: 1px #FFFFFF solid; }

			h1				{ font-family: Helvetica; color: #900; font-size: 10pt; font-weight: bold; margin-left: 20px; }			
			h2				{ font-family: Helvetica; color: #333333; font-size: 10pt; font-weight: normal; margin-left: 20px; }
			h3				{ font-family: Helvetica; color: #333333; font-size: 10pt; font-weight: bold; }
			h4				{ font-family: Helvetica; color: #900; font-size: 9pt; font-weight: bold; margin-left: 5px; }			
			h5				{ font-family: Helvetica; color: #333333; font-size: 9pt; font-weight: normal; line-height: 11pt; margin-left: 5px; }
			h6				{ font-family: Helvetica; color: #FFFFFF; font-size: 7pt; font-weight: normal; margin: 10px; float: right;}
			
			.NaviCopy 		{ color: #333333; font-size: 12px; font-family: Helvetica; text-decoration: none; }
			a.NaviCopy:hover{ color: #900; font-size: 12px; font-family: Helvetica; text-decoration: none; }
			.NaviActive		{ color: #900; font-size: 12px; font-family: Helvetica; text-decoration: none; }
#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	height: 40px;
    padding: 20px;
    background-color: #666666;
    transition: opacity 1s ease;
	text-align: center;
	font-family: Helvetica; color: white; font-weight: bold;
}
    .hidden {
        opacity: 0;
    }