/*@meta	{ Title: "Exchange style sheet" }*/

BODY	{
	background: white;
	margin-left: 10px;
	text-align:center;
}

H1	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24pt
	}


H2	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt
	}

H3	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt
	}

H4	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase
	}

H5	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt
	}


H6	{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt
	}


TD	{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-size: 11pt;
}

A	{font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}

A:hover {
	color:#003399;
}

A:active {
	color: #003399;
}

.menu { 
	font-size: 8pt;
	font-family: Arial, Helvetica, Helv, "Sans-Serif";/**/
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
/*	text-align: center;*/
	text-decoration: none;
	white-space: nowrap;
	line-height: normal;
	vertical-align: middle;
	background-image:url(/images/bar.gif);
	width: 86px;
	height: 26px;
}

.menu a
{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.menusurvey { 
	font-size: 8pt;
	font-family: Arial, Helvetica, Helv, "Sans-Serif";/**/
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	line-height: normal;
	vertical-align: middle;
	background-image:url(/images/survey-bar.gif);
}

.menusurvey a
{
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #6399ff;
}
.blueh5
{
	color: #006699;
	font-family: Arial, Helvetica, Helv, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt
	}

.centreit
{
	text-align: center;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
