.NoUnderline	{	text-decoration: none}
.CursorHand		{ 	cursor: hand}

.Bgnd			{ 	background-repeat: no-repeat; background-position: center center}

.FontNormal 	{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-style: normal;
					color: #000;
					text-decoration: none}
			
.FontSmall 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-style: normal;
					color: #000;}
			
.FontBold 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-style: normal;
					color: #000;
					font-weight: bold;}
					
.Title	 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-style: normal;
					color: #99B3CC;
					text-transform: uppercase; 
					font-weight: bold;}
					
.Left	 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-style: normal;
					color: #7094B8;
					text-transform: uppercase; 
					font-weight: bold;
					text-decoration: none}
					
.Left2	 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-style: normal;
					color: #FFF;
					text-transform: uppercase; 
					font-weight: bold;
					text-decoration: none}
							
.BorderLRBT		{	border: #000 solid; border-width: 1px 1px 1px 1px}
.BorderL 		{	border: #000 solid; border-width: 0px 0px 0px 1px}
.BorderR		{	border: #000 solid; border-width: 0px 1px 0px 0px}

.Scroll  		{	background-color: #FFF;
					border: #7094B8;
					border-style: solid;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					
					scrollbar-arrow-color:#7094B8;
					scrollbar-shadow-color:#7094B8;
					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: #7094B8;
					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;
					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;}