﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
}

A:link, A:visited
{
    color: #cc0000;
    text-decoration: underline;
}

.RightCol
{
    font-family: Calibri;
    background-color: Black;
    color: White;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    text-align: right;
}

.RightColP
{
	margin: 0px;
	font-size: smaller;
	color: #fff;
	clear: both;
	padding-bottom: 6px; 
	padding-right: 2px;
}

.RightColPGray
{
	display: block;
	color: #666;
	font-size: 12px;
	padding-top: 3px;
}

.RightColH1
{
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Britannic Bold, Verdana, sans-serif;
	font-size: 28px;
	color: #fff;
}

A.RightCol:link, A.RightCol:visited
{
    color: White;
    text-decoration: none;
    border-bottom: 1px solid #cc0000;
    border-right: 0px;
    border-left: 0px;
    line-height: 14px;
}