body {
	font-size: 13px;
}
td {
	font-size: 13px;
}
p {
	margin: 12px 0;
	font-size: 13px;
}
a {
	color: #bc0005;
	font-size: 13px;
}
.big {
	font-size: 18px;
}
.red {
	color: #bc0005;
}
.green {
	color: green;
}
.blue {
	color: #1474be;
}
.big-red {
	font-size: 18px;
	color: #bc0005;
	line-height: 28px;
}
.big-red-arrow {
	font-size: 18px;
	color: #bc0005;
	line-height: 28px;
	background: url(../design/arrow.gif) no-repeat 0 10px;
	margin: 5px 0 8px 0px;
	padding-left: 20px;
}

.date {
	font-size: 11px;
	color: #5b5b5b;
}
.tableWborder {
	border-collapse:collapse;
	padding: 0;
}
.tableWborder td {
	border: 1px solid #bbb !important;
	padding: 0 5px !important;
}
.tableWborder td p {
	margin: 7px 0;
}
.tableWborder tr.odd {
	background:#FFFBA8
}
