HTML, BODY
{
	height: 100%;
}

BODY
{
	margin: 0px 0px 0px 0px;
	background: #eee;
	padding: 0px 0px 0px 0px;
	font-size: large;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

H1, H2, H3, H4, H5, H6, H7
{
	padding: 0px;
	margin: 0px;
	font-family:  Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-weight: bold;
}

A { color: #990000; text-decoration: none; border-bottom: none; }
A:visited { color: #990000; border-bottom: none; }
A:hover, A:active { color: #996; border-bottom: none; }

.LeftColumn
{
	font-size: 11px;
	background: transparent;
	padding-left: 5px;
	padding-right: 10px;
}

.LeftNormal
{
	font-size: 11px;
	margin-left: 1.5em;
	color: #444;
	line-height: 17px;
}

.LeftTitle
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-size: 1.3em;
	padding-top: 1em;
	padding-left: 0.5em;
}

.RightColumn
{
	background: white;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
}

.RightTitle
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 34px;
	line-height: 27px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	margin-bottom: 20px;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-size: 1.3em;
}

.SectionTitle
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.FeedTitle
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.FeedText
{
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	line-height: 20px;
}

.FeedSmall
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	line-height: 16px;
}