@charset "utf-8";
/* CSS Document */

#AvlbltyTitleBar a {
	font-style: italic;
}
#AvlbltyText {
	margin: 6px auto;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 140%;
}
#AvlbltyText h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	margin: 0;
}
#AvlbltyText h1:first-line {
	font-size: 18px;
	margin: 0;
	line-height: 100%;
}
#AvlbltyText h2 {
	font-size: 18px;
	margin: 0;
}
#AvlbltyText p {
	width: 50%;
	text-align: center;
	margin: 0 25%;
	line-height: 130%;
}


#RezoCode {
	width: 996px;
	float: left;
	margin: auto;
	background-color: #FFC;
	border: 12px solid;
	border-color: #252525 #111 #111 #252525;
	overflow: hidden;
	height: 320px;
}
#RezoCode IFrame {
	margin: auto;
	display: block;
	padding: 24px;
}

