﻿body {
	background-image:url(../img/NewsLetter_BackGround.gif);
	background-repeat:repeat-x;
	background-color:#d3c9bc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

table.mainTable
{
	width:100%;
}

table.mainTable .Top
{
	text-align:right;
	vertical-align:top;
	padding-bottom:50px;
}

table.mainTable .Top table
{
	float:right;
	}

table.mainTable .Top a, table.mainTable .Top a:hover, table.mainTable .Top a:visited, table.mainTable .Top a:link
{
	color:white;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}


table.mainTable .title{
	font-size:19px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}

table.mainTable td.label{width:40%; text-align:right;}
table.mainTable td.Value{width:60%; text-align:left;}
table.mainTable td.action{padding-top:16px;}