/* Author Claudius Bistricean*/
p{
color:#333;
padding: 0px 0px 10px 0px;
margin:0px;
}

.headTitle {
	font-size: 13px;
	color: #3a4b8f;
	font-weight:bold;
	line-height:inherit;
}

/* h1 is for title */

h1{
	font-size: 18px;
	color: #2d3a6f;
	padding-top: 5px;
	margin-top: 5px;
}

/* h2 is for subtitle */

h2{
	font-size: 14px;
	color: #2d3a6f;
}

/* h3 is for a different subtitle */

h3{
	padding-top: 0px;
	font-size: 13px;
	color: #2d3a6f;
}

/* copyright and fine print */

#copyRight{
	color: #999;
	font-size: 10px;
}

hr{
	border: 0px;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

li{
}

ul{
}

ol{
}

dl{
}

/* dots are for classes and pounds are for id */

.backToTop{
}

.externalLink{
}

a{
	color: #2d3a6f;
	text-decoration:underline;
	font-weight:500;

}

a:hover{
	color: #aa2901;
	text-decoration:underline;
	font-weight:500;
}

a:link{
}

a:visited{
}

/* this is the phone number after the call to action */

.bottomPhoneNumber{
}

.marketingOffer{
}

/* this is for the text above the phone number at the bottom of the pages */

.callToAction{
}









