table.standard
{
    vertical-align: top;
	table-layout: auto;
	width: 800px;
}
/* For all standard text in tables. */
td
{
    vertical-align: top;
	text-align: justify;
    font-family: Helvetica, Arial, Verdana;
    font-size: 12px;
    color: white;

	text-decoration:none;
}
p
{
	vertical-align: top;
	text-align: justify;
    font-family: Helvetica, Arial, Verdana;
    font-size: 12px;
    color: white;
	text-decoration:none;
}
td.link
{
	vertical-align: top;
	font-family: Arial;
	font-size: 13px;
	color: white;
}

td.footer
{
	vertical-align: top;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: white;
	border-top-width:thin;
	border-top-color:#FFFFFF;
	border-top-style:groove;
}

/* For all links */
a:link {
	color:#CC3300;
	font-size: 12px;
    text-decoration: none;
}
a:visited {
	color:#CC3300;
	font-size: 12px;
    text-decoration: none;
}
a:hover {
	color:#CC3300;
	font-size: 12px;
    text-decoration: underline;
}

/* For all headers */
h1,h2,h3
{
    font-family: Arial;
    color: #FFFFFF;
}

/* For all headers */
h1
{
    font-size: 18px;
}
/* For all headers */
h2
{
    font-size: 14px;
}
/* For all headers */
h3
{
    font-size: 12px;
}
