.NoUnderline	{	text-decoration: none}

.CursorHand	{ 	cursor: hand}

.BgndMidCenter	{ 	background-repeat: no-repeat; background-position: center center}

.FontNormal 	{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #12438D;
			text-decoration: none}
			
.FontBold 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-style: normal;
			color: #12438D;
			text-decoration: none;
			font-weight: bold;}
			
.FontSmall 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #12438D;
			text-decoration: none}
			
.FontSmall02 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #12438D;
			text-decoration: none;
			text-align: center;
			font-weight: bold;}
			
.FontLarge 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-style: normal;
			font-weight: bold;
			color: #12438D;
			text-decoration: none}
			
.BorderLRBT	{	border: #000000 solid; border-width: 1px 1px 1px 1px}

.BorderFig	{	border: 1px #000000
			solid; margin-top: 8px;
		       margin-right: 8px;
		       margin-bottom: 8px;
		       margin-left: 8px}
			       
.BorderL 	{	border: #ED4630 solid; border-width: 0px 0px 0px 1px}
.BorderR	{	border: #ED4630 solid; border-width: 0px 1px 0px 0px}
.Scroll  	{	background-color: #fff;
			border: #333 #333 #333 #333;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			
			scrollbar-arrow-color:#333;
			scrollbar-shadow-color:#333;
			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: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #333;}
			

.FieldForm	{	background-color: #fff;
			border: #333 #333 #333 #333;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #333;}
			
			
.FieldError 	{	background-color: #333;
			border: #333 #333 #333 #333;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #fff;}
