html
{
	height: 100%;
}
body
{
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.main
{
	border-collapse: collapse;
    	background-color: black;
     color: white;
     border: none;
	
}
tr
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: none;
}
td.logo
{
	vertical-align: top;
	text-align: middle;
    padding: 50px 0px 0px 0px;
    width: 225px;
    	border: none;
}
td.txt
{
	vertical-align: top;
	text-align: left;
	padding: 50px 10px 0px 10px;
	width: 225px;
	border: none;
}
td.img
{
	vertical-align: top;
	text-align: left;
	padding: 50px 10px 0px 10px;
	border: none;
}
p.header
{
    padding: 0;
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 24px; 
	font-weight: normal;
	color: #696969;
	text-decoration: none;
}
p.txt
{
     padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: white;
	text-decoration: none;
	line-height: 150%;
}
p.txtblue
{
     padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
	line-height: 150%;
}
a:link
{
	font-family: "Trebuchet MS", sans-serif;
	color: #0099FF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover
{
	font-family: "Trebuchet MS", sans-serif;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	font-family: "Trebuchet MS", sans-serif;
	color: #0099FF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
