@charset "utf-8";
/* Common frame work  */
body {
	background-color:#CCC;
	margin:20px;
	font-family:"Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size:12pt;
}
.content {
	background-color:#fff;
	padding:30px;
	margin:20px 0px;
	word-wrap: break-word;
	-moz-box-shadow: 0px 1px 15px #616B74;
	-webkit-box-shadow: 0px 1px 8px #616B74;
	box-shadow: 0px 1px 8px #616B74;
	border-radius:5px;
}
.bg-white {
	background-color:#fff;
	padding:30px;
	word-wrap: break-word;
	-moz-box-shadow: 0px 1px 15px #616B74;
	-webkit-box-shadow: 0px 1px 8px #616B74;
	box-shadow: 0px 1px 8px #616B74;
	border-radius:5px;
}
.t1 {
	color:#262858;
	font-size:25pt;
	font-weight:bold;
}
.t2 {
	font-size:14pt;
	color:#a87e38;
	font-weight:bold;
	text-align:center;
}
.t3 {
	font-size:13pt;
	color:#a87e38;
	font-weight:bold;
}
.t4 {
	text-align:center;
	margin-bottom:15px;
}
.t5 {
	font-size:10pt;
	color:#666;
}
.t6 {
	color:#262858;
	}
.t7 {
	font-size:10pt;
	
}
 @media (min-width: 1000px) {
 .container {
    /*width: 970px;*/
	width: 950px;
}
}
