/*-----------------------------------
Name 	: WWW STYLESHEET
Last Mod: 12/28/2000
By		: Anthony Russell									
-----------------------------------*/

A:link  {
	color : #00623B;
	text-decoration : underline;
}

A:visited  {
	color : #00623B;
	text-decoration : underline;
}

A:active  {
	color : #CC0000;
	text-decoration : underline;
}

A:hover  {
	color : #339966;
	text-decoration : underline;
}

A.splash:link  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : underline;
}

A.splash:visited  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : underline;
}

A.splash:active  {
	font-size : 10pt;
	color : #CC0000;
}

A.splash:hover  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : none;
}

A.body:link  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : none;
}

A.body:visited  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : none;
}

A.body:active  {
	font-size : 10pt;
	color : #CC0000;
}

A.body:hover  {
	font-size : 10pt;
	color : #339966;
	text-decoration : none;
}

A.table:link  {
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
}

A.table:visited  {
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
}

A.table:active  {
	font-size : 8pt;
	color : #CC0000;
}

A.table:hover  {
	font-size : 10pt;
	color : #ffffff;
	text-decoration : underline;
}



