@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	color:#000;
}
.ArialSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.ArialSmallW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.ArialMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
.ArialLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #333;
}
.ArialLargeCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #333;
	text-transform: uppercase;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
a.red:link {
	color: #F00;
}
a.red:visited {
	color: #F00;
}
a.red:hover {
	color: #900;
}
a.red:active {
	color: #F00;
}
span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:120%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height:140%;
}
h1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:4px;
	margin-top:0px;

}
h2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:4px;
	margin-top:0px;
}


h3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:4px;
	margin-top:0px;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

img.red {border: 1px solid #F00;}

hr.red {color:#F00; background-color: #f00; width:920px; height:4px;}

.blue {
 border: 1px solid #418ccd;
}

h2.servicesFront {
 font-family: AvenirLTStd-Book;
 font-size: 2rem;
}

div.bordergoogle {border:1px solid #000000; padding: 0px;	margin: 0px;}