/* General Stylesheet for all pages */

BODY		{
		background-color: #FFFFFF; color: #000000; font-size: 10pt; font-family: Arial;
		}

A:LINK		{ font-family: Arial; color: #008B8B; text-decoration: none; 
		}

A:VISITED	{ font-family: Arial; color: #008B8B; text-decoration: none;
		}

A:ACTIVE	{ font-family: Arial; color: #008B8B; text-decoration: none;
		}
		
A:HOVER		{ font-family: Arial; color: #008B8B; text-decoration: underline; color: #008B8B;
		}

TD		{
		font-family: Arial; font-size: 10pt;
		}

H3		{
		font-family: Arial; font-weight: bold; font-size: 10pt;
		}

H2		{
		font-family: Arial; font-weight: bold; font-size: 12pt;
		}

H1		{
		font-family: Arial; font-weight: bold; font-size: 14pt;
		}

.red		{
		color: #FF0000;
		}

.yellow		{
		color: #FFFF00;
		}

.white		{
		color: #FFFFFF;
		}

.Banner      { font-family: Arial; font-size: 24pt; color: #800080; font-weight: bold }

Box {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #CC99FF;}
.subBox {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; background-color: #9900CE;}

/* Stylesheet ends */
