/* text */
.text				{font-size: 12px; font-family: arial, helvetica, sans-serif; color: black;}
.textsm				{font-size: 10px; font-family: arial, helvetica, sans-serif; color: black;}
.textJustify		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: black; text-align: justify;}
.textbold 			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: black; font-weight: bold;}
.textbold14 		{font-size: 14px; font-family: arial, helvetica, sans-serif; color: black; font-weight: bold;}
.textWhiteSm		{font-size: 10px; font-family: arial, helvetica, sans-serif; color: white;}
.textWhite			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: white;}
.textWhiteBold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: white; font-weight: bold;}
.textWhiteBold14	{font-size: 14px; font-family: arial, helvetica, sans-serif; color: white; font-weight: bold;}
.textGreen			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 006666;}
.textGreenBold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 006666; font-weight: bold;}
.textGold			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966;}
.textGoldBold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966; font-weight: bold;}
.textNav			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC99;}
.textNavBold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC99; font-weight: bold;}
.textRed			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: red;}
.textRedSm			{font-size: 10px; font-family: arial, helvetica, sans-serif; color: red;}
.HL					{background: #ffff00; color: #000000; font-size: 12px; font-family: arial, helvetica, sans-serif;}
.HLBold				{background: #ffff00; color: #000000; font-size: 12px; font-family: arial, helvetica, sans-serif; font-weight: bold;}

/* links */
a					{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: none;}
a:link				{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: none;}
a:visited			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: none;}
a:active			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: underline;}
a:hover				{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC66; text-decoration: underline;}

a:link.small		{font-size: 10px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: none;}
a:visited.small		{font-size: 10px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: none;}
a:active.small		{font-size: 10px; font-family: arial, helvetica, sans-serif; color: 999966; text-decoration: underline;}
a:hover.small		{font-size: 10px; font-family: arial, helvetica, sans-serif; color: CCCC66; text-decoration: underline;}

a:link.bold			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 006666; text-decoration: none; font-weight: bold;}
a:visited.bold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 006666; text-decoration: none; font-weight: bold;}
a:active.bold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 006666; text-decoration: underline; font-weight: bold;}
a:hover.bold		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: 009999; text-decoration: underline; font-weight: bold;}

a:link.nav			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC99; text-decoration: none;}
a:visited.nav		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC99; text-decoration: none;}
a:active.nav		{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC99; text-decoration: underline;}
a:hover.nav			{font-size: 12px; font-family: arial, helvetica, sans-serif; color: CCCC66; text-decoration: underline;}
