@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body{
	font-family: Open Sans, MyriadPro, verdana, arial;
//	font-size: 1.36em;
	letter-spacing: 1px;
	color: #444;
	margin: 0;
	padding: 0;
	padding-top: 8.25em;
}

h1, h2, h3, .title-banner, .title, .title2, .TITLEGreen, .h1, .h2, .h3, .bottom-whitelinks, .button-blue, .button-blue100, .button-blue120, .button-blue140 {
	font-family: Open Sans, MyriadProLite, MYRIADPRO-LIGHT, Verdana, Arial;
}

.h1, .h2, .h3{
	margin: 0;
	padding: 0;
	line-height: 130%;
}

ul{
	padding-left: 20px;
}

strong{
	font-weight: bold;
}

hr {
	border-top: 1px solid #E4E4E4 !important;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

br{
	margin: auto;
	padding: inherit;
}

a {
	color: #0683ff; 
	text-decoration: none;
} 

a:link {
	color: #0683ff; 
	text-decoration: none;
} 

a:visited {
	color: #0683ff; 
	text-decoration: none;
} 

a:hover {
	color: #004080;
	color: #cc0000;
	text-decoration: none;
}

.clearfix:after{
	height: 0;
	visibility: hidden;
	display: block;
	line-height: 0;
	content:"";
	font-size: 0;
}

a img{
	border:none;
}