@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
				margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; 
			}
			:focus { outline: 0; }
			ol, ul { list-style: none; }
			/* tables still need 'cellspacing="0"' in the markup */
			/*table { border-collapse: separate; border-spacing: 0; }*/
			caption, th, td { text-align: left; font-weight: normal; }
			blockquote:before, blockquote:after,
			q:before, q:after { content: ""; }
			blockquote, q { quotes: "" ""; }
			
			body { line-height: 1.3; color: #333; background: #fff; font-family:Helvetica;  }
			
				#ex1{ width:100%; margin: 0px auto; position:relative; }
				
				#ex2{ width: 100%; margin:10px auto; position:relative; }
			
				.b_greyWhiteStroke{position: relative; border-color: #dce3e7;}
				
					.TL, .BL, .TR, .BR{ width: 6px; height: 6px; position: absolute; background-repeat: no-repeat; background-color: transparent; z-index: 9999 !important; }
				
					.TL{  top:0; left:0;}
					.BL{  bottom: 0; left: 0;}
					.TR{  top:0; right:0;}
					.BR{  bottom: 0; right: 0;}
					
					.b_greyWhiteStroke .TL{ background-image: url(../images/grey_whitestroke_tl.png);}
					.b_greyWhiteStroke .BL{ background-image: url(../images/grey_whitestroke_bl.png);}
					.b_greyWhiteStroke .TR{ background-image: url(../images/grey_whitestroke_tr.png);}
					.b_greyWhiteStroke .BR{ background-image: url(../images/grey_whitestroke_br.png);}
								
					.b_innerContainer{ border-width: 1px; border-style: solid; padding: 2px 2px 8px; font-size:11px; }
					.b_greyWhiteStroke .b_innerContainer{ border-color: #dce3e7; }
					
					
					
						.b_innerContainer h2{ font-size: 15px; font-weight: bold; padding: 6px 8px; color:#000066; background:url(../images/b3.jpg); border-bottom: 1px solid #dbe2e6; }
						.b_innerContainer #head{ font-size:12px; padding:8px; font-weight:bold;}
						.b_innerContainer ul li{ font-size:12px; padding:8px;}