/* CSS Document */
.style1 {
	color:red;
	letter-spacing:.2em;
	font-size:1.2em;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
#leftContent {
	margin:0;
	padding:0;	
	top:225px;
	left:17px;
	width:355px;
	height:340px;
}
#leftContent h1, #leftContent h2 {
	margin:0px 0;
}
#leftContent p {
	margin:5px;
	font-size:12px;
	text-align:justify;
	line-height:16px;
	margin:7px 0;
}
#rightContent {
	margin:0px;
	padding:0;	
	top:225px;
	left:387px;
	width:355px;
	height:340px;
}
#rightContent table {
	width:100%;	
	margin-top:0px;
	background-color:#EBF1FB;
	border:2px solid #B7CBEB;
	border-collapse:collapse;
	border-top:none;
}
#rightContent table th, td {
	border-top:2px solid #B7CBEB;	
}
#rightContent table th {
	font-size:12px;
	padding:10px 0;
	line-height:17px;
}
#rightContent table tr #caption {	
	font-size:13px;	
	line-height:10px;	
	background-color:#B4C9EB;
}

