table.body_table {
border-top: 1px solid #999;
border-left: 1px solid #999;
}

table.body_table th, table.body_table td {
border-bottom: 1px solid #999;
border-right: 1px solid #999;
padding: 3px;
}

table.body_table th {
background-color: #ddd;
font-weight: bold;
padding: 5px;
}

table.va_top td {
vertical-align: top;
}

img.border_margin_align_left {
	padding: 1px;
	border: 4px solid #d6d6d6;
	margin: 0 20px 40px 0;
}
img.border_margin_align_right {
	padding: 1px;
	border: 4px solid #d6d6d6;
	margin: 0 0 40px 20px;
}
h1
{
	font-size: 26px;
	color: #db0000;
	margin-top: 0;
	margin-bottom: 7px;
	font-weight: normal;
}

h2, h3, h4, h5, h6
{
	color: #787878;
}

p
{
	font-size: 14px;
	color: #787878;
	padding-bottom: 15px;
}
a
{
	color: #db0000;
	text-decoration: underline;
}

a:hover
{
	color: #db0000;
	text-decoration: none;
}
blockquote
{
	color: #787878;
	font-size: 14px;
	background-color: #fff9d2;
	padding: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

/* my styles */

#left_content_block p {
	margin-bottom: 30px;
	line-height: 24px;
}
