body {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
}

p	{
	color: #222;
	font-size: medium;
	margin: 0 0 12px 0;
	padding: 0;
}
hr{margin:50px 5%; clear:both;color:#252525;}

.banner{width:100%;clear:both;overflow:hidden;background-color:#F3F3F3;}
.banner .a{width:85%;padding:2px 5px;float:left;overflow:hidden;box-sizing:border-box;}
.banner .a h1{font-size:xx-large;color:#0A538B;text-align:center;}
.banner .b{width:15%;padding:2px 5px;float:left;overflow:hidden;box-sizing:border-box;text-align:center;}
.banner .b img{width:100%;}

.section {clear:both;width:100%;overflow:hidden;margin:5px 0px 25px 0px;padding:0px 10%;box-sizing:border-box;}
.section h2	{font-size:x-large;margin:5px 0px;color:#252525;font-style:italic;}
.section .good-for{padding-left:15px;}

.form {font-weight:bold;color:#5a519c;text-decoration:none;}
.form:hover {color:#252525;text-decoration:underline;}

.arrow	{
	font-weight:bold;
	color:#252525;
}
  
.myTable{padding:10px 0px;text-align:center;}
.myTable .columnA{width:20%;}
.myTable .columnB{width:40%;font-style:italic;}
.myTable .myTitle{box-sizing:border-box; width:100%;clear:both; background-color:#004080;color:#FFF;overflow:hidden;}
.myTable .myTitle .myHead{padding:10px 15px; box-sizing:border-box;  font-weight:bold; font-size:medium; border-color:#FFF;border-width:2px;float:left;}

.myTable .myRowA{box-sizing:border-box; width:100%;clear:both;border-bottom:solid 1px #333;overflow:hidden;color:#222;background-color:#eee; }
.myTable .myRowA .myCell{padding:10px 15px; box-sizing:border-box; font-size:medium; border-color:#FFF;border-width:2px;float:left;}

.myTable .myRowB{box-sizing:border-box; width:100%;clear:both;border-bottom:solid 1px #333;overflow:hidden;color:#222;background-color:#fff;}
.myTable .myRowB .myCell{padding:10px 15px; box-sizing:border-box; font-size:medium; border-color:#FFF;border-width:2px;float:left;}

@media screen and (max-width: 600px) {
	
}