/**********************************************************************************************/
/*********** PAGE STYLES ********************************************************************/
/**********************************************************************************************/
BODY
{
	background-color: #e2e2e0;
}

.PageBackColor
{
	background-color: #e2e2e0;
}

.PageBackWhite
{
	background-color: #ffffff;
}
/**********************************************************************************************/
/*********** END PAGE STYLES ****************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** HEADER STYLES ********************************************************************/
/**********************************************************************************************/
.HdrProjectFont
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
}

.HdrPageTitleFont
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
}

.HdrUsernameFont
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}

.HdrDateFont
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}

.HdrBackColor
{
	background-color: #007DBC;
}
/**********************************************************************************************/
/*********** END HEADER STYLES ****************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** PROJECT ASPX CONTROLS ************************************************************/
/**********************************************************************************************/
.InputTextBox
{
	border-right: #4d6b42 1px solid;
	border-top: #4d6b42 1px solid;
	font-size: 10px;
	border-left: #4d6b42 1px solid;
	color: #000000;
	border-bottom: #4d6b42 1px solid;
	font-family: Arial;
}
/**********************************************************************************************/
/*********** END PROJECT ASPX CONTROLS ********************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** LOGIN CONTROLS *******************************************************************/
/**********************************************************************************************/
.LoginTextBox
{
	border-right: #4d6b42 1px solid;
	border-top: #4d6b42 1px solid;
	font-size: 10px;
	border-left: #4d6b42 1px solid;
	color: #000000;
	border-bottom: #4d6b42 1px solid;
	font-family: Arial;
}

TD.LoginText
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}

TD.ProprietaryText
{
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
}

TD.AgreementHdrText
{
	font-size: 18pt;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}

TD.AgreementText
{
	font-size: 12pt;
	color: #000000;
	font-family: Arial;
}

INPUT.Buttons
{
	border-right: #1e6a87 1px solid;
	border-top: #1e6a87 1px solid;
	font-size: 11px;
	border-left: #1e6a87 1px solid;
	color: #000000;
	border-bottom: #1e6a87 1px solid;
	font-family: Arial;
	background-color: #E2E2E0;
}
/**********************************************************************************************/
/*********** END LOGIN CONTROLS ***************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/*********** GENERAL HTML  ********************************************************************/
/**********************************************************************************************/
TD
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
}

A
{
	font-size: 8pt;
	color: #006699;
	font-family: Arial;
	text-decoration: none;
}

A:LINK
{
	font-size: 8pt;
	color: #006699;
	font-family: Arial;
	text-decoration: none;
}

A:HOVER
{
	font-size: 8pt;
	color: #007DBC; 
	font-family: Arial;
	text-decoration: none;
}
/**********************************************************************************************/
/*********** GENERAL HTML  ********************************************************************/
/**********************************************************************************************/



/**********************************************************************************************/
/********* LEFT NAVIGATION ********************************************************************/
/**********************************************************************************************/
A.LeftNav1
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

A.LeftNav1:hover
{
	font-size: 8pt;
	color: #007DBC;
	font-family: Arial;
	text-decoration: none;
}

A.LeftNav1:link
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
/**********************************************************************************************/
/********* END LEFT NAVIGATION ****************************************************************/
/**********************************************************************************************/



/********************************************************************************************************************************/
/*********** DETAILS FOR THE ACKNOWLEDGE ANNOUCNEMENTS PAGE    ********************************************/
/********************************************************************************************************************************/
.AcknowledgeAnnouncements
{
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	background-color: #e2e2e0;
}
/********************************************************************************************************************************/
/*********** END DETAILS FOR THE ACKNOWLEDGE ANNOUCNEMENTS PAGE    **************************************/
/********************************************************************************************************************************/