/* Order of Link references is very important. */
a:link			{color:blue; text-decoration:none;}
a:visited		{color:blue; text-decoration:none;}
a:active		{color:#AA0000; text-decoration:none;}
a:hover			{color:#AA0000; 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:#AA0000; text-decoration:none; font-weight:bold;}
a:hover.toolbar		{color:#AA0000; text-decoration:none; font-weight:bold;}

a:link.toolbar2		{color:#AA0000; text-decoration:none; font-weight:bold;}
a:visited.toolbar2	{color:#AA0000; text-decoration:none; font-weight:bold;}
a:active.toolbar2	{color:white; text-decoration:none; font-weight:bold;}
a:hover.toolbar2	{color:white; text-decoration:none; font-weight:bold;}

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

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

img			{border:0;}

/* Class 'BREADCRUMBS' */
div.breadcrumbs		{position:absolute; TOP:115px; LEFT:150px; font-variant:small-caps; color:#FFFFFF;}

.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;}
