.NoUnderline	{	text-decoration: none}
.CursorHand	{ 	cursor: hand}

.BgndTopLeft	{ 	background-repeat: no-repeat; background-position: left top}

.FontNormal 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #000;
			text-decoration: none}
			
.FontSmall 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #000;
			text-decoration: none}
			
.FontBold 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #000;
			font-weight: bold;
			text-decoration: none}
			
.Title 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: normal;
			color: #000;
			font-weight: bold;}
			
.SubTitle 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-style: normal;
			color: #000;
			font-weight: bold;}
			
.Menu 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #fff;
			text-decoration: none;
			font-weight: bold;}
			
.Menu2 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: italic;
			color: #fff;
			text-decoration: none;
			font-weight: bold;}
							
.BorderLRBT	{	border: #000 solid; border-width: 1px 1px 1px 1px}


.Scroll  	{	background-color: #fff;
			border:  #000 #000 #000 #000;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			
			scrollbar-arrow-color:#000;
			scrollbar-shadow-color:#000;
			scrollbar-base-color:#fff;
			scrollbar-3dlight-color:#fff;
			scrollbar-darkshadow-color:#fff;
			scrollbar-face-color:#fff;
			scrollbar-highlight-color:#fff;			
			scrollbar-track-color:#fff;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #000;}

.FieldForm	{	background-color: #fff;
			border:  #000 #000 #000 #000;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #000;}
			
.FieldError 	{	background-color: #000;
			border:  #000 #000 #000 #000;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #fff;}
			
.NavRowOdd		{ 	background-color: #D8ECCA;}
				
.NavRowEven		{ 	background-color: #FFF;}