/*
	base
*/
body
{
	margin: 0px;
}
/*
	Support for Watermark style menu
*/

table.menu 
{
	border: solid 1px #ffffff; 
	width: 150px;
}
														
table.menu tr.menu 
{  
	/*background: url(/images/MenuRow.gif);*/
	background-color: #719485;
	height: 21px;
	width: 150px;
}

table.menu tr.menu td.menu
{
	border: solid 1px #91B4A5; 
	color: #ffffff;
	padding-left: 25px;
}

table.menu a.menu
{
	color: #ffffff;
	font-family: Arial,Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

table.menu a.menu:hover
{
	color: #476184;
	font-family: Arial,Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

div.menutip
{
	text-align: right;
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
}

/*
	header
*/
table.header
{
	background-color: #476184;
	color: yellow;
}

table.header td.logo
{
	background-color: #476184;
}

table.header td.credentials
{
	background-color: #657B90;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	padding-right: 5px;
}

.right
{
	text-align: right;
}

table.header a
{
	color: Yellow;
	text-decoration: none;
}

table.header a:visited
{
	color: Yellow;
	text-decoration: none;
}

table.header active
{
	color: Yellow;
	text-decoration: none;
}

table.header a:hover
{
	color: White;
	text-decoration: none;
}

td.header2
{
	background-color: #aab8c9;
	width: 1px;
	padding: 0;
	color: yellow;
}

td.header3
{
	width: 315px;
	color: yellow;
}



/*
	footer
*/
div.footer
{
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	text-align: right;
}

a.footer
{
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	text-decoration: none;
}

td.data-label
{
	color: yellow;
	background-color: #476184;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}

.table-title
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
}