/*
 * $Id: styleHF.css,v 1.2 2005/09/09 15:41:32 smiths Exp $ Copyright BT
 */
/*
 * General appearance.
 */

body	{
	color:				rgb(0,34,144);
	font-size:			10pt; 
	font-family:		sans-serif;
	}

/*
 * Title Styles
 */
table.title	{
	color:				rgb(0,34,144);
	font-size:			24pt;
	font-weight:		bold;
	font-style:			italic;
	font-family:		Times;
	width:				100%;
	vertical_align:		middle;
	}

table.title tr td	{
	width:				50%
	}

/*
 * Menu styles
 */

table.menu	{
	width:				100%;
	background-color:	rgb(159,183,215);
	color:				rgb(0,34,144);
	font-size:			10pt;
	font-family:		sans-serif;
	}

/*
 * Submenu stysle
 */

table.submenu	{
	border-style:		solid;
	background-color:	rgb(159,183,215);
	color:				rgb(0,34,144);
	font-size:			10pt;
	font-family:		sans-serif;
	}

/*
 * Footer styles
 */

table.footer	{
	width:				100%;
	background-color:	rgb(159,183,215);
	color:				rgb(0,34,144);
	font-size:			10pt;
	font-family:		sans-serif;
	}

tr	{
	padding:			0;
	margin:				0;
	}

td	{
	padding:			0;
	margin:				0;
	}

/*
 * All the links are in a list. The margins give us equal separation.
 */
a	{
	font-family:		sans-serif;
	font-size:			10pt;
	color:				rgb(0,34,144);
	margin-left:		5;
	margin-right:		5;
	}

a:visited	{
	color:				rgb(0,34,144)
	}

a:hover	{
	text-decoration:	underline; 
	color: 				rgb(255,255,255);
	}

a:active	{
	text-decoration:	underline;
	color: 				rgb(0,34,144);
	}
