				/*body*/
body			{padding:					0px;
				margin-top:					0px;
				margin-bottom:				0px;
				margin-left:				0px;
				margin-right:				0px;
				background-color:			#E1E1E1;
				font-size:					11px;
				color:						#000000;
				font-family:				verdana, geneva, arial;
				line-height:				17px;}
				
				/*tables and tds*/
td				{font-size:					11px;
				color:						#000000;
				font-family:				verdana, geneva, arial;
				line-height:				17px;}
td.shad1		{background-color:			#D6D6D6;}
td.shad2		{background-color:			#C1C1C1;}
td.shad3		{background-color:			#A1A1A1;}
td.main			{background-color:			#FFFFFF;}
td.nav			{font-size:					10px;
				color:						#000000;
				font-family:				verdana, geneva, arial;
				line-height:				normal;
				background-color:			#D3EFD1;
				padding:					4px 20px 4px 20px;}
td.footer		{background-color:			#009930;}
td.foottxt		{font-size:					10px;
				color:						#000000;
				font-family:				verdana, geneva, arial;
				line-height:				16px;
				padding:					7px 20px 30px 20px;}
td.foottxt2		{font-size:					10px;
				color:						#000000;
				font-family:				verdana, geneva, arial;
				line-height:				16px;
				padding:					7px 20px 0px 20px;}
td.left			{padding:					27px 0px 30px 0px;}
td.right		{padding:					30px 0px 30px 0px;}


				/*links*/
a:link			{color:						#000000;
				text-decoration:			underline;}
a:active		{color:						#000000;
				text-decoration:			underline;}
a:visited		{color:						#000000;
				text-decoration:			underline;}
a:hover			{color:						#7D7D7D;
				text-decoration:			underline;}
a.nav:link		{color:						#000000;
				font-weight:				bold;
				text-decoration:			none;}
a.nav:active	{color:						#000000;
				font-weight:				bold;
				text-decoration:			none;}
a.nav:visited	{color:						#000000;
				font-weight:				bold;
				text-decoration:			none;}
a.nav:hover		{color:						#7D7D7D;
				font-weight:				bold;
				text-decoration:			none;}
a.foot:link		{color:						#000000;
				font-weight:				normal;}
a.foot:active	{color:						#000000;
				font-weight:				normal;}
a.foot:visited	{color:						#000000;
				font-weight:				normal;}
a.foot:hover	{color:						#7D7D7D;
				font-weight:				normal;}

				/*text*/
h1				{font-size:					12px;
				font-weight:				bold;
				margin:						0px 0px 7px 0px;}
h2				{font-size:					11px;
				font-weight:				bold;
				margin:						0px 0px 7px 0px;
				color:						#7D7D7D;}
				
				/*lists*/
/* EITSS 060216 BEGIN*/
/*
ul				{list-style-image:			url(../images/list.gif);
				margin-left:				0px;
				margin-top:					7px;
				padding-left:				15px;}
*/
ul				{
				margin-left:				0px;
				margin-top:					7px;
				padding-left:				15px;}
/* EITSS 060216 END*/				
				/*images*/
img				{border:					0px;}
				
				/*form elements*/
.txtbox1		{background-color: #D3EFD1;
				border: 1px solid #009930;
				font-size: 10px;
				color: #000000;
				font-family: arial, verdana, geneva;
				width: 230px;
				height: 18px;}

.txtbox2		{background-color: #D3EFD1;
				border: 1px solid #009930;
				font-size: 10px;
				color: #000000;
				font-family: arial, verdana, geneva;
				width: 50px;
				height: 18px;}

.txtbox3		{background-color: #D3EFD1;
				border: 1px solid #009930;
				font-size: 10px;
				color: #000000;
				font-family: arial, verdana, geneva;
				width: 175px;
				height: 18px;}

.textarea		{background-color: #D3EFD1;
				border: 1px solid #009930;
				scrollbar-face-color:#D3EFD1;
				scrollbar-arrow-color:#009930;
				scrollbar-track-color:#D3EFD1;
				scrollbar-shadow-color:#009930;
				scrollbar-highlight-color:#D3EFD1;
				scrollbar-3dlight-color:#009930;
				scrollbar-darkshadow-color:#D3EFD1;
				font-size: 10px;
				color: #000000;
				font-family: arial, verdana, geneva;
				width: 230px;
				height: 120px;}
				
.btn			{background-color: #009930;
				border: 1px solid #009930;
				font-size: 11px;
				color: #FFFFFF;
				font-family: arial, verdana, geneva;}