/* Order of Link references is very important. */
a:link			{color:blue; text-decoration:none;}
a:visited		{color:blue; text-decoration:none;}
a:active		   {color:red; text-decoration:none; }
a:hover			{color:red; text-decoration:none; }

/* Class 'TOOLBAR' */
a:link.toolbar		{color:white; text-decoration:none; font-weight:bold;}
a:visited.toolbar	{color:white; text-decoration:none; font-weight:bold;}
a:active.toolbar	{color:red; text-decoration:none; font-weight:bold;  }
a:hover.toolbar	{color:red; text-decoration:none; font-weight:bold;  }

td.toolbar        {background-color:#3866CC;                              }

/* Forced white to override local browser settings. */
body			{background-color:#FFFFFF;}

h1			{font-weight:bold; color:#CC0000; text-align:center;}
h2			{font-weight:bold; color:#CC0000; text-align:center; font-size:125%;}
h3			{font-weight:bold; color:#CC0000; font-size:100%;}

img			{border:0;}

.header			{text-align:center;}
.footer			{font-size:75%; font-weight:bold; color:black; text-align:center;}
.copyright		{font-size:60%; color:black; text-align:left;}

