﻿
/* styles all site content */
body{
	background: white;
	font-family: Verdana;
	font-size: 13px;
	width: 100%
}

img{
	border: none;
}

.strong{
	font-weight: bold;
}

.morelink{
	text-align: right;
	padding: 0 10px 10px 0;
}

.morelink a{
	text-decoration: none;
	color: black;
}

.morelink a:hover{
	text-decoration: underline;
}

a {
  outline: none !important;
}

div.clear{
  clear:both;
}

.callsheader {
	height:24px;
	background-color:#ff6600;
	color:#FFF;
	font-size: 13px; 
	font-family: Verdana;
	padding-left:28px;
	font-weight:bold;
}

.callsheader p { line-height: 24px;
margin:0px;
padding:0px;} 
