/* Style Sheet */


BODY			{	background: #4573B3; 
					color: black;
					margin: 0px;
					padding: 0px;
					border-width: 0px;
					border-style: none;
				}
				
BODY.menu		{	background: white; 
				}

				
P 				{	color: black;
					font-size:	89%;
					padding-top: 1px;
					padding-left: 15px;
					padding-bottom: 1px;
					padding-right: 10px;
					font-family: Arial, Helvetica, helv, sans-serif;
				} 

P.quote 		{	font-size:	89%;
					padding-top: 0px;
					padding-bottom: 0px;
					padding-right: 10px;
					font-size:	14px;
					font-family: Arial, Helvetica, helv, sans-serif;
					font-style: italic;
				} 

LI				{	color: black;
					font-size:	89%;
					padding-top: 1px;
					padding-left: 15px;
					padding-bottom: 5px;
					padding-right: 10px;
					font-family: Arial, Helvetica, helv, sans-serif;
				} 

				
				
H1				{	color: #4573B3;
					font-size:	111%;
					font-weight: bold;
					font-family: Arial, Helvetica, helv, sans-serif;
				}


H2				{	color: #4573B3;
					font-weight: medium;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}
			
H3				{	color: black;
					font-weight: medium;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}

A:link			{	color: white;
					font-weight: bold;
					text-decoration: none;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}

A:visited		{	color: white; 
					font-weight: bold;
					text-decoration: none;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}

A:hover			{	color: #b2b2b2;
				}

A.link2:link	{	color: #4573B3;
				}

A.link2:visited	{	color: #4573B3; 
				}

A.link2:hover	{	color: #666666;
				}

A.link3:link	{	color: #666666;
				}

A.link3:visited	{	color: #666666; 
				}

A.link3:hover	{	color: #4573B3;
				}
				
A.current:link	{	color: #b2b2b2;
				}

A.current:visited	{	color: #b2b2b2; 
				}

A.current:hover	{	color: #b2b2b2;
				}
				
				
/* this may appear obvious and redundant, but it works around a formatting problem with NS4 */
B				{	font-weight: bold;
				}

TABLE			{	margin:0px;
					padding: 0px;
					border-style: none;
					border-width: 0px;
					vertical-align: top;
				}
					
TD				{	margin: 0px;
					padding: 0px;
					text-align: left;
					vertical-align: top;
					background: white;
				}

TD.menu			{	text-align: center;
					vertical-align: middle;
					height: 20px;
					font-size: 60%;
					font-weight: bold;
					font-family: Verdana, Arial, Helvetica, helv, sans-serif;
					background: #4573B3;
				}
				
TD.main			{	text-align: center;
				}

TD.title		{	margin: 0px;
					background: white;
					height: 44px;
					line-height: 0px
				}
					
TD.title1		{	letter-spacing: 24px;
					text-align: left;
					vertical-align: botom;
					height: 44px;
					color: #666666;
					font-size: 139%;
					font-weight: bold;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}
TD.title2		{	text-align: left;
					vertical-align: middle;
					height: 80px;
					color: #4573B3;
					font-size: 35px;
					font-weight: bold;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}

TD.title3		{	text-align: left;
					height: 80px;
					color: #4573B3;
					font-size: 194%;
					font-weight: bold;
					font-family: Arial Black, Arial, Helvetica, helv, sans-serif;
				}

TD.centerlink	{	text-align: center;
					vertical-align: center;
					color: #4573B3;
					font-size: 111%;
					font-weight: bold;
					font-family: Arial, Helvetica, helv, sans-serif;
				}

TD.r-cell		{	text-align: right;
					padding-left: 10px;
					padding-right: 10px;
					color: #4573B3;
					font-size: 89%;
					font-weight: bold;
					font-family: Arial, Helvetica, helv, sans-serif;
				}

TD.l-cell		{	text-align: left;
					padding-left: 10px;
					padding-right: 10px;
					color: #4573B3;
					font-size: 89%;
					font-weight: bold;
					font-family: Arial, Helvetica, helv, sans-serif;
				}

