body
{
	margin: 26px 16px 0px 16px;
	background-color: white;
	background-image: url('../images/bg-header.gif');
	background-repeat: repeat-x; 
	background-position: 0 0;

	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}

td.clsTdAllInAll
{
	font-size: 10pt;
}


div.clsDivTakeTAIS
{
	margin: 0px;
	padding: 2px 6px;

	float: right;
	clear: both;

	background-color: royalBlue;
	border: 2px black solid;

	white-space: nowrap;
	text-align: right;
}


table.clsTblContent
{
	width: 100%;

	margin: 0px;
	padding: 0px;
}

td.clsTdTitle
{
	width: 602px;

	padding: 12px 40px 0px 0px;

	white-space: nowrap;

	text-align: left;
	vertical-align: top;

	font-family: arial,helvetica,sans-serif;
	font-size: 42pt;
	color: black;

	font-weight: bold;
}

td.clsTdInfo
{
	padding: 8px 1px 0px 0px;

	vertical-align: top;
	text-align: right;

	line-height: 1.5;

	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14pt;

	font-weight: 600;
}


td.clsTdTM
{
	text-align: left;
	vertical-align: top;

	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15pt;
}

td.clsTdFirstImgRow
{
	white-space: nowrap;
	text-align: right;
}

td.clsTdHeaderNav
{
	padding: 0px 0px 4px 0px;

	text-align: left;
	vertical-align: bottom;
}

div.clsDivHeaderImgs
{
	margin: 0px 0px 4px 6px;
	padding: 0px;

	float: right;
	clear: right;

	white-space: nowrap;
	text-align: right;
}


img.clsImgHeaderImg
{
	margin: 0px 0px 0px 4px;

	width: 120px;
	height:  77px;

	border: 3px black solid;
}


td.clsTdUC
{
	vertical-align: bottom;

	font-size: 8pt;
}


a
{
	color: black;
}

a:link
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: underline;
}



a.clsLnkTaisTest
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;

	font-weight: 600;
	text-decoration: none;
}

a.clsLnkTaisTest:link
{
	text-decoration: none;
}

a.clsLnkTaisTest:visited
{
	text-decoration: none;
}

a.clsLnkTaisTest:hover
{
	text-decoration: underline;
}

a.clsLnkTaisTest:active
{
	text-decoration: underline;
}


/****************/
/* NAV Styles...
*/

table.tblNav
{
	float: left;
	clear: left;

	border: 1px black solid;

	cursor: pointer;
}


table.tblNavSub
{
	display: none;

	position: absolute;

	z-index: 25;

	border: 1px black solid;

	cursor: pointer;
}


td.tdNavOutText
{
	z-index: 25;

	padding: 5px 7px;

	border-width: 1px 0px 1px 1px;
	border-color: black;
	border-style: solid;

	background-color: royalBlue;
	
	font-family: verdana;
	font-size: 10pt;
	color: white;

	font-weight: 600;
}


td.tdNavOverText
{
	z-index: 25;

	padding: 5px 7px;

	border-width: 1px 0px 1px 1px;
	border-color: black;
	border-style: solid;

	background-color: royalBlue;

	font-family: verdana;
	font-size: 10pt;
	color: black;

	font-weight: 600;
}

