.myMenuBackgroungColor
{
	background-color:Yellow;
}
.myUserHeader
{
	font-family:Arial;
	font-size:16pt;
	color:navy; 
}
.myScreenCorpHeader
{
	font-family:Arial;	
	font-size:16pt;
	color:black; 	
}
.myScreenHeader
{
	font-family:Arial;	
	font-size:16pt;
	color:red; 	
}
.myScreenMessage
{
	font-family:Arial;	
	font-size:16pt;
	color:red; 
}
.myScreenLabel
{
	font-family:Arial;
	font-size:14pt;
	color:black; 
}

.myScreenAddButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:forestgreen;	
}

.myMenuHeaderLabel
{
	font-family:Arial;
	font-size:12pt;
	color:black;	
}
.myScreenHelpButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:DarkGoldenrod;	
}

.mySmallScreenHelpButtonLabel
{
	font-family:Arial;
	font-size:9pt;
	color:DarkGoldenrod;	
}

.myMenuButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:red;	
}

.mySmallMenuButtonLabel
{
	font-family:Arial;
	font-size:9pt;
	color:red;	
}

.myLogOutButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:DarkMagenta;	
}

.mySmallLogOutButtonLabel
{
	font-family:Arial;
	font-size:9pt;
	color:DarkMagenta;	
}

.myValidationMessage
{
	font-family:Arial;
	font-size:10pt;
	color:red;	
}

.mySmallMemoText
{
	font-family:Arial;
	font-size:10pt;
	color:black;	
}

