a:link
{
	color: rgb(0, 0, 128);
}
a:active
{
	color: rgb(0, 128, 0);
}
a:visited
{
	color: rgb(0, 0, 64);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
table
{
	table-border-color-light: rgb(204, 204, 204);
	table-border-color-dark: rgb(102, 102, 102);
}
h1
{
	color: rgb(0, 0, 128);
}
h2
{
	color: rgb(0, 0, 0);
}
h3
{
	color: rgb(0, 0, 0);
}
h4
{
	color: rgb(0, 0, 0);
}
h5
{
	color: rgb(0, 0, 0);
}
h6
{
	color: rgb(0, 0, 0);
}
button
{
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 0, 0);
}

textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(0, 0, 0);
}
legend
{
	color: rgb(0, 0, 0);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(0, 0, 0);
}
th
{
	color: rgb(0, 0, 0);
}

img
{
	border: 0;
}

img.Arrow
{
	width: 7px;
	height: 9px;
	margin-right: 7px;
}
td
{
	font: 10pt Arial;
}

td.Logo
{
	width: 110px;
	vertical-align: top;
}

td.Contact
{
	text-align: right;
	vertical-align: top;
}

td.Announcement
{
	font: 14pt Arial;
	font-weight: bold;
	vertical-align: top;
}

td.Announcement strong
{
	color: red;
	text-decoration: underline;
}

ul.LetterHeadAddress
{
	list-image-style:url(/images/ico_arrow_red_small.gif)
}

.CompanyName
{
	font-weight: bold;
}

table.navbar
{
	border: none;
	margin: 0px;
}

td.navbar, td.maincontent, td.rightbar
{
	vertical-align: top;
}


