/* ------------------  REDEFINED HTML TAGS - MAIN ELEMENTS --------------- */
body 			{ 
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
				scrollbar-face-color: #B7ABDC;
				scrollbar-arrow-color: #4E4175; 
				scrollbar-track-color: #B7ABDC; 
				scrollbar-darkshadow-color: #4E4175;
				font-size: 12px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal; 
				font-weight: normal;
				
				}
							


/* --------------------- CLASSES FOR FORM ELEMENTS ------------------------- */
.formInput	 	{  
				font-size: 10px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				color: #3D325D;   
				border-width:1; 
				background-color: #ffffff;
				border-color:#3D325D; 
				border-style:solid;
				}
				
				
.formButton		{  
				font-size: 11px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				color: #ffffff;   
				border-width:1px; 
				background-color: #665890;
				border-color:#8A7CB5; 
				border-style:solid;
				}
				
.outerForm	{
				color: #3D325D;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold;
				background:#E0DBED;
				border-style: solid;
				border-color: #3D325D;
				border-width:1; 
				}
				
.innerFormBold 			{
				color: #3D325D;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold;
				background:#E0DBED;
				border-style: none;
				border-color: #E0DBED;
				border-width:0; 
				}

				
/* -------------------------  CSS SELECTOR STYLES ----------------------------- */

A:link				{
				color: #000000;
				font-weight: bold;
				text-decoration: none;
}
A:active		{
				color: #000000; 
				font-weight: bold; 
				text-decoration: none;
}
A:visited		{
				color: #000000; 
				font-weight: bold; 
				text-decoration: none;
}
A:hover 		{
				color: #FB3001;
				font-weight: bold;
				text-decoration: none;
}
				
/* -------------------------  CSS SELECTOR STYLES INTERNAL----------------------------- */
				
table.tableTitle a:link				{
				color: #ffffff;
				font-size: 10 px; 
				font-weight: bold;
				text-decoration: none;
}
table.tableTitle a:active		{
				color: #ffffff;
				font-size: 10 px; 
				font-weight: bold;
				text-decoration: none;
}	
table.tableTitle a:visited		{
				color: #ffffff;
				font-size: 10 px; 
				font-weight: bold;
				text-decoration: none;
}
table.tableTitle a:hover 		{
				color: #DAD1F7;
				font-size: 10 px; 
				font-weight: bold;
				text-decoration: none;
}
				
				
/* -------------------------  CSS SELECTOR STYLES INTERNAL----------------------------- */
				
table.buttonLinks a:link				{
				color: #4E4175;
				font-size: 11 px; 
				font-weight: bold;
				text-decoration: none;
}
table.buttonLinks a:active		{
				color: #4E4175;
				font-size: 11 px; 
				font-weight: bold;
				text-decoration: none;
}
table.buttonLinks a:visited		{
				color: #4E4175;
				font-size: 11 px; 
				font-weight: bold;
				text-decoration: none;
}
table.buttonLinks a:hover 		{
				color: #978BC1;
				font-size: 11 px; 
				font-weight: bold;
				text-decoration: none;
}


/* ------------------------------  CUSTOM STYLES ------------------------- */
	
				
.tableHeader	{
				color: #4E4175;
				font-size: 12 px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold; 
				font-style: normal;
				border-width: 1px; 
				background-color: #CDC1F3;
				border-color: #4E4175; 
				border-style: solid; 
				}
				
.tableTitle	{
				color: #ffffff;
				font-size: 12 px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold; 
				font-style: normal;
				border-width: 1px; 
				background-color: #4E4175;
				border-color: #4E4175; 
				border-style: solid; 
				}
				
.buttonLinks	{
				color: #4E4175;
				font-size: 12 px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold; 
				font-style: normal;
				border-width: 1px; 
				background-color: #E0DBED;
				border-color: #8072AB; 
				border-style: solid; 
				}
				
.headerCopyBold	{
				color: #000000;
				font-size: 11px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: 600; 
				font-style: Bold; 
				}
				
.contentCopy		{
				color: #423860;
				font-size: 12px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal; 
				font-weight: normal;
				}
				
.contentCopyBold		{
				color: #423860;
				font-size: 12px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal; 
				font-weight: Bold;
				}
				
.contentCopyBoldItal		{
				color: #423860;
				font-size: 12px; 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: italic; 
				font-weight: Bold;
				}
				
