﻿TABLE.MainFrame
{
    border: solid 1px #881824;
    padding: 0 0 0 0;
    height: 200px;
    width: 700px;
}

TABLE.MainFrame TD.LeftImage
{
    height: 200px;
    width: 225px;
}

TABLE.MainFrame TD.HeaderText
{
    height: 65px;
    width: 475;
	color: #881824;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}        

TABLE.MainFrame TD.MessageText
{
    height: 135px;
    width: 455px;
	color: #CD8554;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

TABLE.MainFrame TD.RightImage
{
    height: 135px;
    width: 120px;
}

TABLE.MainFrame TD.BottomLinks
{
	height: 20px;
	width: 700px;
	color: #881824;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;	
}

TD.BottomLinks A, TD.BottomLinks A:visited, TD.BottomLinks A:link
{
	color: #881824;
	text-decoration: underline;
}

TD.BottomLinks A:hover
{
	color: #F74889;
	text-decoration: underline;
}