﻿table.ContentHeader
{
	width: 100%;
	color: #000000;
}

tr.ContentHeader
{
	background-image: url('./Background.gif');
	background-repeat: repeat-x;
}

ContentHeader_Title
{
	width: 75%;
	text-align: left;
}

td.ContentHeader_Links
{
	width: 25%;
	text-align: right;
}

table.ContentHeader_Links
{
	width: 100%;
	text-align: right;
}

table.ContentIntroduction
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
