body {
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
	color:#000;
	background-color: #fff;
}

hr {
	border-color: #ccc;
    border-left-width: 0;
    border-right-width: 0;
	border-top-style: solid;
    border-bottom: none;
}

table.header {
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	color: #fff;
	background: #1d5783;
}
table.header>tbody>tr>td.logo {}
table.header>tbody>tr>td.contact {
	text-align: right;
}

table.ad-details {
	font-size: 12px;
}
table.ad-details>tbody>tr>td {
	padding: 2px 5px 2px 0px;
}
table.ad-details>tbody>tr>td.title {
	color: #333;
}
table.ad-details>tbody>tr>td.value {}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}