<!--

/*Basic text elements, leave class undefinded for normal text*/

td		{color: #000000; font-size: 9pt; font-family: verdana, sans-serif;}
p		{color: #000000; font-size: 9pt; font-family: verdana, sans-serif;}
a		{color: #000099;}
a:hover	{color: #cc0000;}
a:active 	{color: #006600;}



.white		{color: #FFFFFF;}
.yellow		{color: #FFCC00;}
.red		{color: #CC0000;}
.darkred	{color: #800000;}
.green		{color: #009900;}
.purple		{color: #990099;}
.pink		{color: #FF66FF;}
.blue		{color: #000099;}
.gray		{color: #999999;}
.ltyellow	{color: #FFFFCC;}
.ltblue		{color: #66CCFF;}

.large		{color: #000000; font-size: 10pt; font-family: verdana, sans-serif;}

/*style for scrolling items*/
.scrolltitle	{color: #000099; font-family: verdana, sans-serif; font-size: 8pt; font-weight: bold;}
.scrolltext		{color: #000000; font-family: verdana, sans-serif; font-size: 8pt;}

/*The following are title styles*/

h2			{color: #000000; font-weight: bold; font-size: 13pt; font-family: verdana, sans-serif;}
h3			{color: #000000; font-weight: bold; font-size: 11pt; font-family: verdana, sans-serif;}


-->