@charset "utf-8";
#frameholder {
	height: 2000px;
	width: 100%;
	z-index: 200;
	top: 0%;
	background-repeat: repeat;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: none;
	position: absolute;
	background-image: url(images/transparent.png);
	overflow: visible;
	left: 0%;
	padding: 0px;
}
#iframeHeading .buttons {
	float: left;
	width: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.iframe {
	height:1100px;
	width: 1000px;
	z-index: 201;
	margin-right: auto;
	border: 1px solid #457DAE;
	background-color: #FFFFFF;
	padding: 0px;
	position: absolute;
	left: 15%;
	margin-left: auto;
	top: 250px;
}
#iframeHeading {
	width: 1000px;
	z-index: 201;
	margin-right: auto;
	position: absolute;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
	line-height: 20px;
	height: 50px;
	top: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #457DAE;
	border-right-color: #457DAE;
	border-left-color: #457DAE;
	left: 15%;
	margin-left: auto;
}
#container #frameholder .iframeHeading a {
	color: #457DAE;
}
.iframeHeading a:link {
	color: #457DAE;
}
.iframeHeading a:visited {
	color: #457DAE;
}

