/* CSS Document */

body 					{font: 10px Verdana; color: #666666; background: #FFFFFF; margin: 0px 0px}
/*table					{font: 10px Verdana; color: #666666}
td						{font: 10px Verdana; color: #666666 }*/
ul						{font: 10px Verdana; color: #666666 ; list-style: square}

body A:link				{color: #6666FF; text-decoration: underline}
body a:visited 			{color: #6666FF; text-decoration: underline }
body a:hover 			{color: #CC0000; text-decoration: underline}
label 					{cursor: hand}

.head2					{font-family:Arial; font-size:16px; font-weight:bold}
.head4					{font-family:Arial; font-size:14px; font-weight:bold}

.navhead				{height: 20px; font: 12px Arial}
.navhead a:link			{text-decoration: none; font: 12px Arial}
.navhead a:visited		{text-decoration: none; font: 12px Arial}
.navhead a:hover		{text-decoration: underline; font: 12px Arial}

.help_link A:link		{color: #009933; text-decoration: underline; cursor: hand}
.help_link A:visited	{color: #009933; text-decoration: underline; cursor: hand}
.help_link A:hover		{color: #0000ff; text-decoration: underline; cursor: hand}

.input 					{background: #F7F7F7; font: 11px Verdana; color: #000000; border: 1px inset}
.output 				{background: #000066; color: #FFFFFF; text-decoration: none; cursor: hand; font: 10px Verdana; border: 1px outset}
.nobutton 				{color: #000000; text-decoration: none; cursor: hand; font: 10px Verdana; border: 1px solid}
.input_disabled 		{background: #D2D6E3; font: 10px Verdana; color: #000093; border: 1px inset }
.output_disabled		{background: #CCCCCC; color: #FFFFFF; text-decoration: none; cursor: hand; font: 10px Verdana; border: 1px outset}

.color_red				{color: #CC0000}
.color_silver			{background: #F0F0F0; border: 1 solid #CCCCCC}

