@charset "utf-8";


/* Mobile Layout: 480px and below. */

h1{
	color:#000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:2em;
	font-weight:100;}

h2{
	color:#000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1.8em;
	font-weight:100;}
	
h3{
	color:#3874BC;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	font-weight:100;}
	
	
.ctr{
	text-align:center;}
	
.rt{
	text-align:right;}
.lft{
	text-align:left;}
  

.flLeft{
	float:left;
	width:auto;
	margin-right:15px;
	margin-bottom:15px;}
	
.flRight{
	float:right;
	padding-left:1%;

	padding-bottom:15px;}

.one{}

.two{}

.three{}

.ital{
	font-style:italic;}

.colorital{
	color:#3874BC;
	font-style:italic;}

.bld{
	font-weight:bold;}

.colorbld{
	color:#3874BC;
	font-weight:bold;}
	
.red{
	color:#DD070B;}
	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

h1{
	color:#343636;
	font-family:;
	font-size:2em;
	font-weight:100;}

h2{
	color:#000;
	font-family:;
	font-size:1.8em;
	font-weight:100;}
	
h3{
	color:#3874BC;
	font-family:;
	text-align:left;
	font-weight:100;}
	
	
.ctr{
	text-align:center;}
	
.rt{
	text-align:right;}
.lft{
	text-align:left;}
  

.flLeft{
	float:left;
	padding-right:1%;
	padding-bottom:15px;}
	
.flRight{
	float:right;
	padding-left:1%;
	padding-bottom:15px;}

.one{}

.two{}

.three{}

.ital{
	font-style:italic;}

.colorital{
	color:#3874BC;
	font-style:italic;}

.bld{
	font-weight:bold;}

.colorbld{
	color:#3874BC;
	font-weight:bold;}
	
.red{
	color:#DD070B;}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

h1{
	color:#343636;
	font-family:;
	font-size:2em;
	font-weight:100;}

h2{
	color:#000;
	font-family:;
	font-size:1.8em;
	font-weight:100;}
	
h3{
	color:#3874BC;
	font-family:;
	text-align:left;
	font-weight:100;}
	
	
.ctr{
	text-align:center;}
	
.rt{
	text-align:right;}
.lft{
	text-align:left;}
  

.flLeft{
	float:left;
	padding-right:1%;
	padding-bottom:15px;}
	
.flRight{
	float:right;
	padding-left:1%;
	padding-bottom:15px;}

.one{}

.two{}

.three{}

.ital{
	font-style:italic;}

.colorital{
	color:#3874BC;
	font-style:italic;}

.bld{
	font-weight:bold;}

.colorbld{
	color:#3874BC;
	font-weight:bold;}
	
.red{
	color:#DD070B;}
	
}