body			{scrollbar-base-color:#0060a0; scrollbar-arrow-color:#ffffff; scrollbar-shadow-color:#333333; scrollbar-track-color:#ddedf7;}

body,td,p,a		{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:9pt;
	color:#555555;
	margin: 0px;
}



input, select, textarea	{font-size: 9pt; background-color:#ccedf7; border-color:#0060a0; border-size:1px; color:#0060a0;}
.frmbtn			{font-size: 8pt; font-weight: bold; background-color:#0060a0; border-color:#339999; color: #ffffff; }
.bgcol			{background-color: #ffffff;}

a			{color:#f88420; text-decoration: none;}
a:hover			{color:#333333; text-decoration: underline;}

a.aboldnav		{color:#ffffff; font-weight: bold; text-decoration: none; padding:2px;}
a.aboldnav:hover	{color:#0061a2; font-weight: bold; text-decoration: none; background-color:#d2f0ff;}

li			{color:#333333; list-style-type: disk;}

.border1		{border-color:#cccccc; border-style:solid; border-top-width: 1px;border-right-width: 1px;border-bottom-width:1px; border-left-width:1px;}
.border2		{border-color:#cccccc; border-style:solid; border-top-width: 1px;border-right-width: 1px;border-bottom-width:1px; border-left-width:1px;}


/* titles & misc */
/*****************/
.mainhdr		{font-size: 10pt; color:#0060a0; font-weight: bold; letter-spacing: 1px}

/* standard */
/************/
.stdw			{color:#ffffff;}

.bold			{font-weight: bold;}
.boldw			{color:#ffffff; font-weight: bold;}
.boldc1			{color:#f88420; font-weight: bold;}
.boldc2			{color:#5c99c2; font-weight: bold;}
.boldc3			{color:#99ccff; font-weight: bold;}

a.abold			{font-weight: bold; text-decoration: none;}
a.abold:hover		{font-weight: bold; text-decoration: underline;}

a.aboldc1		{color:#333333; font-weight: bold; text-decoration: none;}
a.aboldc1:hover		{color:#333333; font-weight: bold; text-decoration: underline;}

a.aboldc2		{color:#0060a0; font-weight: bold; text-decoration: none;}
a.aboldc2:hover		{color:#0060a0; font-weight: bold; text-decoration: underline;}

/* small */
/*********/
.sm			{font-size: 8pt;}
.smwhite		{font-size: 8pt; color:#ffffff;}
.smbold			{font-size: 8pt; font-weight: bold;}
.smboldc1		{font-size: 8pt; color:#ff6600; font-weight: bold;}

a.asm			{font-size: 8pt; color:#f88420; text-decoration: none;}
a.asm:hover		{font-size: 8pt; color:#333333; text-decoration: underline;}

a.asmv2			{font-size: 8pt; color:#666666; text-decoration: underline;}
a.asmv2:hover		{font-size: 8pt; color:#333333; text-decoration: underline;}


a.asmbold		{font-size: 8pt; color:#f88420; text-decoration: none; font-weight: bold;}
a.asmbold:hover		{font-size: 8pt; color:#333333; text-decoration: underline; font-weight: bold;}

a.asmboldc1		{font-size: 8pt; color:#333333; text-decoration: none; font-weight: bold;}
a.asmboldc1:hover	{font-size: 8pt; color:#333333; text-decoration: underline; font-weight: bold;}

a.asmboldc2		{font-size: 8pt; color:#0060a0; text-decoration: none; font-weight: bold;}
a.asmboldc2:hover	{font-size: 8pt; color:#0060a0; text-decoration: underline; font-weight: bold;}

a.asmboldc3		{font-size: 8pt; color:#666666; text-decoration: none; font-weight: bold;}
a.asmboldc3:hover	{font-size: 8pt; color:#333333; text-decoration: underline; font-weight: bold;}


  /* THE BELOW IS FOR THE TICKER */

#tic {
  /* enter any styles for the ticker below */
  padding:10px;
  width:360px;
  line-height:20px;
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display: inline;
}
#tic p {
  font-size:13px;
  font:Arial, Helvetica, sans-serif;
  text-align: center;
  color: #0060a0;
}
