@charset "utf-8";
/* CSS Document */
body{
	margin: 0 auto;}
	
#banner{
	margin: 0 auto;}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	
	
	
.articles{
	padding-top: 30px;
	width: 940px;
margin: 0 auto;
	}
	
 .disclaimer{text-decoration: none;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #4F4F4F;
	line-height:25px;
	 }
	
td{ font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #4F4F4F;
	font-size:14px;
	line-height:25px;
	
	 }
	
a{
	text-decoration: none;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	}
a:hover{
	color: #497DB2;
	text-decoration: underline;
	}
	
	h1{
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #4F4F4F;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 300;}
h2{
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #4F4F4F;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 400;
	}
h5 {
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #3da2e9;
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	font-weight: 600;
	margin-bottom: 10px;
	}
h6{
	margin-bottom: 55px;
	}
h5>a {
	text-decoration: underline;
	font-weight: 600;
	color: #3da2e9;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	}
	
p{
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	font-weight: 400;
	margin-bottom: 35px;
	}

ul.text{
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	font-weight: 400;
	margin-left: 45px;
	margin-bottom: 35px;
	}
ul.text>li {
	list-style-type:disc;
}

ul.materials>li, ul.share-buttons>li {
	display: inline;
	}
div.sharing{
	clear: both;
	}
ul.share-buttons{
	text-align: left;
	}
.sharing{
	padding-top: 5px;
	margin-bottom: 50px;
	margin-top: 20px;
	}
.left{
	float: left; 
	width: 40%;}
.left>img{
	text-align: center;
	margin: 0 auto;}
.right{
		float: right;
		width: 55%;}
.intro{
	margin-top: 40px;
	}
.h3{
margin-top: 40px;
margin-bottom: 10px;
border-bottom: none;
}