body
{   
	background-color: #FFFFFF;
	padding: 7px;
}

table.main
{
	border: none;
	background-color: transparent;
}

td.title
{
	width: 75%;
	background-color: transparent;
	height: 115px;
	text-align: center;
	border: thin groove;
	border-color: FF0000;
}

td.nav
{
	border: thin groove;
	background-color: #000000;
	width: 20%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

td.body
{

	text-align: justify;
	color: #000000;
	width: 80%;
	padding: 5px;
	font-family: Tahoma;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}

table.invisible
{
	border: none;
	padding: 3px;
	background-color: transparent;
}

a.nav
{
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover
{
	color: #FF0000;
	text-decoration: none;
}

a.newsletter
{
	color: FFFFFF;
	text-decoration: none;
}

a.newsletter:hover
{
	color: FF0000;
	text-decoration: none;
}

font.heading
{
	color: 84A1FF;
	font-style: oblique;
	font-weight: 800;
	font-size: x-large;
	text-decoration: underline;
}
