@charset "UTF-8";
/* CSS Document */
body, html{	
	background-color: 	#e6f3f9;
	width:				100%;
	height:				100%;
	margin:				0;
	padding:			0;
	font-family:		arial, helvetica, san-serif;
}
.iframecontent {
	background-color: 	#e6f3f9;
	width:				165px;
	height:				100%;
	padding:			0 6px;
}
.iframecontent p {
	line-height:		1.3;
	margin:				2px 0 5px 0;
	padding:			0;
	font-size:			12px;
	color: 				#1D6384;
}
.iframecontent h2 {
	line-height:		1.3;
	margin:				2px 0 5px 0;
	padding:			0;
	color: 				#1D6384;
	font-size: 			12px;
	border-bottom:      1px solid #98bedd;
	margin-bottom:		4px;
}
.iframecontent h3 {
	color: 				#d23e30;
	font-size: 			14px;
	font-weight:		400;
	border-bottom: 		1px solid #98bedd;
	margin:		   		20px 0 2px 0;
	padding:			0;
	}
	
a {font-weight: 		bold;
	text-decoration:	none;
}

a:link, a:visited {
	text-decoration: none;
	color: #1D6384;
}
a:hover, a:active {
	text-decoration: none;
	color: #699;
}
