.NoUnderline	{	text-decoration: none}
.CursorHand	{ 	cursor: hand}

.BgndBtm	{ 	background-repeat: no-repeat; background-position: center bottom}

.BgndLine	{ 	background-repeat: no-repeat; background-position: center top}

.FontNormal 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			text-align: justify;
			color: #312D8E;
			text-decoration: none}

.FontBold 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: bold;
			color: #312D8E;
			text-decoration: none}
			
.FontBold2 	{ 	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			font-weight: bold;
			color: #312D8E;
			text-transform:uppercase;}
			
.FontSmall 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color: #000000;}
			
.FontSmall2 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-style: normal;
			color: #312D8E;
			}
			
.Menu 		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #FFF;
			text-transform:uppercase;
			font-weight: bold;
			text-decoration: none}
			
.Menu2 		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #312D8E;
			text-transform:uppercase;
			font-weight: bold;
			text-decoration: none}
			
.SubMenu 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #52B6E8;
			text-transform:uppercase;
			font-weight: bold;
			text-decoration: none}
					
.Title 		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-style: normal;
			color: #FFB43A;
			text-transform:uppercase;
			text-decoration: none}
			
.Title2 	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: normal;
			color: #FFB43A;
			text-transform:uppercase;
			font-weight: bold;
			text-decoration: none}
							
.BorderLRBT	{	border: #000000 solid; border-width: 1px 1px 1px 1px}
.BorderL 	{	border: #000000 solid; border-width: 0px 0px 0px 1px}
.BorderR	{	border: #000000 solid; border-width: 0px 1px 0px 0px}

.Scroll  	{	background-color: #FFFFFF;
			border: #312D8E;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			
			scrollbar-arrow-color:#312D8E;
			scrollbar-shadow-color:#312D8E;
			scrollbar-base-color:#FFFFFF;
			scrollbar-3dlight-color:#FFFFFF;
			scrollbar-darkshadow-color:#FFFFFF;
			scrollbar-face-color:#FFFFFF;
			scrollbar-highlight-color:#FFFFFF;			
			scrollbar-track-color:#FFFFFF;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #312D8E;}

.FieldForm	{	background-color: #FFFFFF;
			border: #312D8E;
			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: #312D8E;}
			
.FieldError 	{	background-color: #312D8E;
			border:  #312D8E #312D8E #312D8E #312D8E;
			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: #FFFFFF;}
			
.Container	{	position:relative;
				width:100%;
				z-index:1;
				overflow: auto;
				height:95%;			
				scrollbar-arrow-color:#F6FBFE;
				scrollbar-shadow-color:#F6FBFE;
				scrollbar-base-color:#312D8E;
				scrollbar-3dlight-color:#F6FBFE;
				scrollbar-darkshadow-color:#F6FBFE;
				scrollbar-face-color:#312D8E;
				scrollbar-highlight-color:#F6FBFE;			
				scrollbar-track-color:#F6FBFE;
				background-color:#;}