body				{ font-family: Arial; font-size: 10pt }
.helptext			{ font-family: Verdana; font-size: 8pt }
.greytext			{ color: #CCCCCC; font-family: Arial; font-size: 10pt }
.redbold			{ color: #FF0000; font-weight: bold }
.redboldbig			{ font-family: Verdana; color: #FF0000; font-weight: bold font-size: 24pt;}
.bluebold			{ color: #0000FF; font-weight: bold }
td					{ font-family: Arial; font-size: 10pt }
h1					{ font-size: 12pt; font-weight: bold }
.button				{ font-family: Verdana; font-size: 8pt; font-weight: bold; padding:0 .25em 0 .25em; width:auto; overflow:visible; }
.fixedbutton		{ font-family: Verdana; font-size: 8pt; font-weight: bold; width: 20em; }
.fixedbuttonsmall 	{ font-family: Verdana; font-size: 8pt; font-weight: bold; width: 10em; }
.fixedbuttontiny 	{ font-family: Verdana; font-size: 8pt; font-weight: bold; width: 6em; }

.redbutton      	{ color: #FF0000; font-family: Verdana; font-size: 8pt; font-weight: bold }
.greenbutton      	{ color: #008000; font-family: Verdana; font-size: 8pt; font-weight: bold }

.yellowhighlight 	{ background-color:#FFFF00}

.redlink			{ color: #FF0000}
.orangelink			{ color: #FF9900 }
.bluelink			{ color: #FF0000}

.textfield			{ font-family: Verdana; font-size: 8pt; font-weight: bold}


.redtablerow		{ background-color:#FF0000; color: #FFFFFF; font-weight: bold }
.orangetablerow		{ background-color:#FF9900; color: #FFFFFF; font-weight: bold }
.yellowtablerow		{ background-color:#FFFF00; color: #FFFFFF; font-weight: bold }
.greytablerow		{ background-color:#CCCCCC }


A:hover 			{ color: #FF0000; }

A.a_white 			{
					font-family: Verdana;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: left;
					text-decoration: none;
					}


.typewriter			{ font-family: "Courier New", Courier, monospace}

table.table_green 		{
					border-width: 2px;
					border-spacing: ;
					border-style: solid;
					border-color: green;
					border-collapse: collapse;
					}
table.table_green th 		{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: green;
					background-color: #B7EEBB;
					font-family: Verdana;
					font-size: 8pt;
					text-align: left;
									}
table.table_green td 		{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: green;
					font-family: Verdana;
					font-size: 8pt;
					text-align: left;
									}
									
table.table_green_bg	 	{
					border-width: 2px;
					border-spacing: ;
					border-style: solid;
					border-color: green;
					border-collapse: collapse;
					background-color: ;
					}
table.table_green_bg th 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: green;
					background-color: #008000;
					font-family: Verdana;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: left;
					}
table.table_green_bg td 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: green;
					font-family: Verdana;
					font-size: 8pt;
									}
									
									
table.table_red		{
					border-width: 2px;
					border-spacing: ;
					border-style: solid;
					border-color: #FF0000;
					border-collapse: collapse;
					background-color: white;
					}
table.table_red th	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #FF0000;
					font-family: Arial;
					font-size: 10pt;
									}
table.table_red td {
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #FF0000;
					font-family: Arial;
					font-size: 10pt;
									}

table.table_blue_bg	 	{
					border-width: 2px;
					border-style: solid;
					border-color: #3366FF;
					border-collapse: collapse;
					}
table.table_blue_bg th 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #3366FF;
					background-color: #3366FF;
					font-family: Verdana;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: left;
					}
table.table_blue_bg td 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #3366FF;
					font-family: Verdana;
					font-size: 8pt;
					}

									
table.table_red_bg	 	{
					border-width: 2px;
					border-style: solid;
					border-color: #FF0000;
					border-collapse: collapse;
					}
table.table_red_bg th 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #FF0000;
					background-color: #FF0000;
					font-family: Verdana;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: left;
					}
table.table_red_bg td 	{
					border-width: 1px;
					padding: 4px;
					border-style: inset;
					border-color: #FF0000;
					font-family: Verdana;
					font-size: 8pt;
									}
