@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}

html{
	font-family:"Roboto", "���������������", Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust:none;
	font-size:16px;
}

body {
	width:100%;
	min-height:100%;
	}

header {
	width: 100%;
	/*min-height: 60px;*/
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0075C1;
}
header h1 {
	text-align:center;
	}
header h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#0075C1;
	text-align:center;
	padding: 5px 0;
	}
article {
	width:100%;
	/*height:100%;*/
	min-height:480px;
	margin:0 auto;
	box-sizing: border-box;
	}
article p{
	margin-top: 15px;
	margin-bottom: 5px;
	}
.wrapper {
	max-width: 800px;
	min-width:300px;
	/*height:100%;*/
	padding:2% 5%;
	margin: 0 auto;
	box-sizing: border-box;
	}
.wrapper h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-align:center;
	color: #0075C1;
	padding: 5px 0 5px 0px;
	}
.required-marker {
    font-size: 16px;
    color: #F4364C;
    top: 2px;
    position: relative;
	}
.texred {
	color:#F00;
	}

.txtNewline24 {
	padding-bottom:20px;
	line-height:24px;
	border-bottom:1px dashed #EAEAEA;
	text-justify:inter-ideograph;
	text-align: justify;
	}
.center {
	text-align:center;
	}
.lineheight40 {
	line-height:60px;}
.text-contrl {
	font-family:"Roboto", "���������������", Helvetica, Arial, Verdana, sans-serif;
	color: #A09F9F;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: white;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	font-size: 14px;
	line-height: 1.42857143;
	padding-right: 12px;
	padding-left: 12px;
	}
.text-contrls {
	color: #A09F9F;
	width: 50%;
	height: 40px;
	line-height: 40px;
	background: white;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	font-size: 14px;
	line-height: 1.42857143;
	padding-right: 12px;
	padding-left: 12px;
}
.list {
	margin-top: 10%;
	text-align: center;
	height: 50px;
	margin-bottom: 10px;
	clear: both;
	box-sizing: border-box;
	}
buttom a{
	text-decoration:none;}
.btn{
	text-align:center;
	margin-bottom:20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	}
.btn a{
	color:#0075C1;
	display:block;
	border:1px solid #0075C1;
	text-decoration:none;
	line-height:40px;
	}
.btn a:hover{
	color:#FFF;
	background-color:#0075C1;
	}
.btn-primary {
	font-family:"Roboto", "���������������", Helvetica, Arial, Verdana, sans-serif;
	width: 49%;
	border: 0;
	outline: none;
	cursor: pointer;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 14px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	background-color: #333333;	
}
.btn-primary:hover {
	background-color: #0075C1;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .2s ease-in-out;

}
footer {
	font-size:13px;
	color:#FFF;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#0075C1;
	}