/* Font */
	td			{font-family:Arial; font-size:9pt;}
	font.t1		{font-family:Arial; font-size: 13pt; font-weight: bold; color: #669900;}	/* Apple Green font for title */
	font.t2		{font-family:Arial; font-size: 10pt; font-weight: bold; color: #669900;}	/* Apple Green for title */
	font.t2b	{font-family:Arial; font-size: 10pt; font-weight: bold; color: #000000;}
	font.t3		{font-family:Arial; font-size: 9pt; font-weight: bold; color: #663300;}	/* orange font for title */
	font.sml	{font-family:Arial; font-size:7pt; color: #000000;} 
	font.smlw	{font-family:Arial; font-size:7pt; color: #FFFFFF;} 
	font.rfill	{font-family:Arial; font-size:8pt; color: #0066ff;} 
	font.tdw	{font-family:Arial; font-size: 9pt; font-weight: bold; color: #FFFFFF;}
	

			
/* link */
	a:link 		{font-family:Arial; text-decoration: none; color: #006699; margin-bottom: 0px; margin-top: 0px;}
	a:hover 	{font-family:Arial; text-decoration: underline; color: #006699; margin-bottom: 0px; margin-top: 0px;}
	a:visited 	{font-family:Arial; text-decoration: underline; color: #006699; margin-bottom: 0px; margin-top: 0px;}
	a.wh:link  	{font-family:Arial; text-decoration: none; color: #FFFFFF; margin-top: 0px; margin-bottom: 0px;}
	a.wh:hover 	{font-family:Arial; text-decoration: underline; color:#FFFFFF; margin-top: 0px; margin-bottom: 0px;}
	a.wh:visited  	{font-family:Arial; text-decoration: none; color: #FFFFFF; margin-top: 0px; margin-bottom: 0px;}
	a.blk:link 		{font-family:Arial; text-decoration: none; color: #000000; margin-bottom: 0px; margin-top: 0px;}
	a.blk:hover 	{font-family:Arial; text-decoration: underline; color: #000000; margin-bottom: 0px; margin-top: 0px;}
	a.blk:visited 	{font-family:Arial; text-decoration: none; color: #000000; margin-bottom: 0px; margin-top: 0px;}
	a.tools:link 	{font-family:Arial; text-decoration: none; color: #cc8200; font-weight: bold; margin-bottom: 0px; margin-top: 0px;}
	a.tools:hover 	{font-family:Arial; text-decoration: underline; color: #cc8200; font-weight: bold; margin-bottom: 0px; margin-top: 0px;}
	a.tools:visited {font-family:Arial; text-decoration: none; color: #cc8200; font-weight: bold; margin-bottom: 0px; margin-top: 0px;}
	
	
	
	
/* Top Tab */	
	a.tabon:link  	{font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #ff0000; margin-top: 0px; margin-bottom: 0px;}
	a.tabon:hover 	{font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color:#ff0000; margin-top: 0px; margin-bottom: 0px;}
	a.tabon:visited {font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #ff0000; margin-top: 0px; margin-bottom: 0px;}
	a.taboff:link  	{font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #000000; margin-top: 0px; margin-bottom: 0px;}
	a.taboff:hover 	{font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color:#ff0000; margin-top: 0px; margin-bottom: 0px;}
	a.taboff:visited{font-family:Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #000000; margin-top: 0px; margin-bottom: 0px;}
	.topbar			{background-color: #0061bb;}	/* dark blue  */
	
	
/* Table and line color */
	.color1		{background-color: #0086d0;}	/* blue */
	.color2		{background-color: #9b9b9c;}	/* gray */
	.popcolor1	{background-color: #9b9b9c;}	/* gray for pop up window body color only */
	
	
	hr.hrgray {border: none; color: #999999; background-color: #999999; height: 1px; margin-top: 0px; margin-bottom: 0px;}
	hr.hrblue {border: none; color: #2d82d6; background-color: #2d82d6; height: 1px; margin-top: 0px; margin-bottom: 0px;}

	
/* Table and Form */
	body.bg				{background: #cbcacb url(../img/bg_graytone.gif) repeat-x; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;}
	/*the color here #cbcacb was the bottom color of my gradient image - a seamless fade*/
	.bar1				{background-color: #990000;}	/* dark red  */

	
	.maintable		{background-color: #FFFFFF; width: 750;}
	.innertable		{width: 98%;}
	.poptable		{width: 90%;}
	select			{font-family: Arial; font-size: 8pt; border: 1px solid #999999;}
	input			{font-family: Arial; font-size: 8pt; border: 1px solid #999999;}
	input.radio		{font-family: Arial; font-size: 8pt; border: 0px solid #cccccc;}
	textarea		{font-family: Arial; font-size: 8pt; border: 1px solid #999999;}
	input.button	{font-family: Arial; font-size: 8pt; border: 1px solid #999999;}
	input.memberlog	{font-family: Arial; font-size: 7pt; border: 1px solid #999999;}
	
	
	
/* Button */
	input.but01		{padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px;
	border-top: 1px solid; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-color: #0081cc;
	font-size: 11px; font-weight: Bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	background-image: url(../img/but_bg.gif); cursor:hand;}

	