@charset "utf-8";
/* CSS Document */
body {
	margin:20px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-color:#FFFFFF;
	font-family:"Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size:13pt;
	line-height:25px
}
.content {
	background-color:#FFFFFF;
	padding:30px;
	word-wrap: break-word;
	-moz-box-shadow: 0px 1px 8px #616B74;
	-webkit-box-shadow: 0px 1px 8px #616B74;
	box-shadow: 0px 1px 8px #616B74;
	border-radius:15px;
}
td {padding:5px;}
.quote {
	background-image:url(../images/quote.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:250px;
}
#wraper {
	width:1000px;
	margin:auto;
}
h1 {
	color:#627fa9;
	font-size:16pt;
	font-weight:bold;
}
.c {
	clear:both
}
A {
	color:#6d83c6;
	text-decoration:none;
}
A:hover {
	color:#6d83c6;
	text-decoration:underline;
}
.t1 {
	font-size:13pt;
	font-weight:bold;
	color:#f68d6f;
}
.t2 {
	color:#627fa9;
	font-size:32pt;
	padding:15px 0;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	font-weight:bold;
	text-shadow: 1px 1px 5px #ffffff;
}
.t4 {
	color:#000000;
	font-size:12pt;
	font-weight:bold;
}
.t5 {
	color:#999;
	font-size:9pt;
	}
.t6 {
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
}
.t7 {
	font-size:13pt;
	font-weight:bold;
	color:#666;
}
.t8 {
	text-decoration:underline
}
.t9 {
	text-align:center;
}
.t10 {
	font-size:35pt;
	font-weight:bold;
	color:#999999;
}
.t11 {
	font-weight:bold;
	font-size:20pt;
	color:#999999;
}
.t12 {
	color:#a3a3a3;
	font-size:12pt;
	font-weight:bold;
}
.bg1 {
	background-color:#7fffd4;
}
.bg2 {
	background-color:#FF6;
}
.m1 {
	margin-bottom:30px;
}
.l1 {
	border-left:1px solid #bbd1e6;
}
.rb {
	background-image:url(../images/rb2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.btn1 {width:180px; font-weight:bold; font-size:13pt}
 @media (min-width: 1200px) {
 .container {
width: 1000px;
}
}
 @media (max-width: 771px) {
 .quote {
padding:210px 30px 30px 30px;
background-position: top
}
}
