﻿*
{
	margin:0px;
	padding:0px;	
}

body
{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    color:#333333;
}

.MainContent
{
    float:left;
	margin:0px;
	width:100%;	
	padding-bottom:20px;
}

.Content, .ContentSpl
{
    float:left;
	padding:14px;
	width:96%;
}

.ContentSpl
{
	background-color:#eeeeee;
}

.Heading
{
	padding:3px 0px;
	font-size:14px;
	font-weight:bold;
}

.LeftImage
{
	float:left;
	clear:right;
	width:120px;
}

.RightText
{
	float:left;
	clear:right;
	width:500px;
}

.Clr
{
	clear:both;
	overflow:hidden;
	height:0px;
}

.Date
{
	color:#8e8e8e;
	font-size:12px;
	font-weight:bold;
}