/* eBM CSS */

/* body */
body {
	background-color: #FFFFFF;
	background-image: url(bannerExtension.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* links */
a.top:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.top:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.top:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.left:link {
	color: #13689F;
	text-decoration: none;
}

a.left:visited {
	color: #13689F;
	text-decoration: none;
}

a.left:hover {
	color: #DA1A41;
}

a.leftMajor:link {
	color: #13689F;
	text-decoration: none;
	font-weight: bold;
}

a.leftMajor:visited {
	color: #13689F;
	text-decoration: none;
	font-weight: bold;
}

a.leftMajor:hover {
	color: #DA1A41;
	font-weight: bold;
}

a.footer:link {
	color: #666666;
	text-decoration: none;
}

a.footer:visited {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #DA1A41;
}

a.client:link {
	color: #333333;
	text-decoration: none;
}

a.client:visited {
	color: #333333;
	text-decoration: none;
}

a.client:hover {
	color: #DA1A41;
	text-decoration: none;
}

/* Dashed Line */
td.leftRightDash {
	border-left: 1px dashed #13689F;
}


/* text */
p.mainContent {
	margin: 16px 32px 16px 32px;
	line-height: 20px;
}

p.leftInfo {
	margin: 16px 48px 16px 56px;
	line-height: 20px;
}

p.servicesLeft {
	margin: 16px 34px 16px 42px;
	line-height: 20px;
}

p.keyModContent {
	margin: 16px 32px 16px 32px;
	line-height: 20px;
	text-align: center;
}

p.contact {
	margin: 16px 0px 16px 32px;
	line-height: 20px;
}

h2 {
	margin: 16px 32px 16px 32px;
	font-size: 16px;
	font-style: normal;
}

h3 {
	font-Size: 16px;
	font-Style: normal;
	text-align: center;
}

td.keyMod {
	font-size: 11px;
}


/* span */
span.topLines {
	color: #13689F;
	cursor: default;
}

span.nullText {
	cursor: default;
}

span.footer {
	font-size: 9px;
	color: #666666;
	line-height: 26px;
}

span.keyMod {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

span.keyModTitle {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

span.clientAddress {
	font-size: 10px;
	color: #666666;
	cursor: default;
}

span.contactMap {
	text-align: justify;
}