body {
	background: lightsteelblue;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
}


.myUserHeader
{
	font-family:Arial;
	font-size:16pt;
	color:navy; 
}

.myTitle
{
	font-family:Arial;
	font-size:16pt;
	color:yellow; 
}

.myScreenCorpHeader
{
	font-family:Arial;	
	font-size:16pt;
	color:black; 	
}
.myScreenHeader
{
	font-family:Arial;	
	font-size:16pt;
	color:brown; 	
}
.myScreenMessage
{
	font-family:Arial;	
	font-size:16pt;
	color:black; 
}
.myScreenLabel
{
	font-family:Arial;
	font-size:14pt;
	color:black; 
}

.myScreenHelpButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:DarkGoldenrod;	
}

.myScreenAddButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:forestgreen;	
}

.myWorkFlowButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:navy;	
}

.myMenuHeaderLabel
{
	font-family:Arial;
	font-size:12pt;
	color:black;	
}

.myMenuButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:red;	
}

.myLogOutButtonLabel
{
	font-family:Arial;
	font-size:12pt;
	color:DarkMagenta;	
}

.myValidationMessage
{
	font-family:Arial;
	font-size:10pt;
	color:red;	
}
.myMobileTitle
{
	font-family:Arial;
	font-size:8pt;
	color:yellow; 
}
	
.myMobileScreenMessage
{
	font-family:Arial;	
	font-size:8pt;
	color:black; 
}
.myMobileScreenLabel
{
	font-family:Arial;
	font-size:8pt;
	color:black; 
}
	
.myMobileMenuButtonLabel
{
	font-family:Arial;
	font-size:8pt;
	color:black;	
}

.mySmallMemoText
{
	font-family:Arial;
	font-size:10pt;
	color:black;	
}


.myGrid
{
	border-width:thin;
	background-color:White;
	border-color:#CC9966;
	color:"#CC9966";

}

.myGridFooterStyle
{
	background-color:#FFFFCC;

}

.myGridAlternatingItemStyle
{
	background-color:#FFFFCC;	
}

.myGridEditItemStyle
{
	background-color:#FFFFCC;	
}

.myGridSelectedItemStyle
{
	background-color:#FFFFCC;	
}

.myGridItemStyle
{
	background-color:White;	
}

.myGridHeaderStyle
{
	background-color:#990000;	
}

.myGridPagerStyle
{
	background-color:#FFFFCC;
}


