
* {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

html, body {
	height: 100%;
	height: 100%;
	min-height: 460px;
}

body {
	text-align: left; /* horizontal centering for IE Win quirks */
	background-color: #fff;
	
}

.hidden {
	visibility: hidden;
}

#allContainer {
	width: 100%;
	height: 100%;
}

	#flash {
		width: 100%;
		height: 100%;
	}
	
		#flash .htmlContent {
			margin: 20px;
		}
	
	
		h1 {
			font-size: 16px;
			font-weight: bold;
			line-height: 20px;
			margin-bottom: 20px;
		}
		
		
		
		.branch {
			margin-bottom: 40px;
			width: 542px;
		}
			.desc {
				display: none;
			}
			.content {
				clear: left;
			}
			.media {
				margin-bottom: 20px;
			}
				.media img {
					margin-top: 10px;
				}
		
			h2 {
				background: #000;
				color: #fff;
				float: left;
				padding: 2px 4px;
			}

