@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E6E6E7;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.container {
	width: 504px;
	padding-right: 36px;
	padding-left: 36px;
	background-color: #FFFFFF;
	padding-top: 36px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.textboldcenter {
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.head {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	font-weight: bold;
	color: #005BBC;
	display: block;
	clip: rect(auto,auto,auto,auto);
}
.text {
	margin-bottom: 20px;
}
.textcenter {
	margin-bottom: 20px;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.b_blue {
	font-weight: bold;
	color: #005BBC;
}
.b_orange {
	font-weight: bold;
	color: #ff4400;
}
.bi_orange {
	font-weight: bold;
	font-style: italic;
	color: #ff4400;
}
.text_indentbold {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 54px;
	line-height: 24px;
	text-indent: -18px;
	display: block;
}
.bullet_orange {
	font-size: 15px;
	color: #FF4400;
	font-weight: normal;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.italic {
	font-style: italic;
}
.soundbox {
	height: 22px;
	width: 300px;
	border: 1px dotted #FFFFFF;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
