body {margin: 0px; padding: 0px;}

.EARWGMenuBarTableStyle
{
	background-color: darkgray;
	border: 2px;
	border-color: darkgray; 
	border-style: ridge;
	border-width: 2px;
	height: 50px;	
}

.EARWGMenuBar
{
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 10.5pt; 
    line-height: 1.21; 
    color: #990050;
    text-decoration: none; 
}

.EARWGMenuBar:hover
{
    font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 10.5pt;  
    line-height: 1.21; 
    color: blue;
    background: white; 
    text-decoration: none; 
}

A.EARWGMenuBar, A.EARWGMenuBar:link, A.EARWGMenuBar:visited
{
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 10.5pt; 
    line-height: 1.21; 
    color: #990050;
    text-decoration: none; 
}

.LabelYouAreInStyle
{
    font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 9pt; 
    line-height: 1.21; 
    color: darkred;
    font-weight: bold;
}

.LabelLoggedInUser
{
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 8pt; 
    line-height: 1.21; 
    color: darkgreen;
    font-weight: bold;
}

.PrivacyStatementLabel
{
    font-family:  Arial,Verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 10px;
    color: Blue; 
    text-decoration: underline;
}

A.PrivacyStatementLabel, A.PrivacyStatementLabel:link, A.PrivacyStatementLabel:visited
{
	font-family: Arial, sans-serif; 
	font-size: 8pt;
    font-weight: bold;
    height: 10px;
    color: #990050;
    text-decoration: underline;
}

.FooterContact
{
    font-family:  Arial,Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: Blue; 
    text-decoration: underline;
}

A.FooterContact:link, A.FooterContact:visited
{
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	font-weight: normal; 
    color: darkred;
    text-decoration: underline;
}

.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-indent: -2px;
    background-color: DarkRed;
    /*background-color:#6699C9;    
    border-color: FFFFFF;*/
	border-style:outset;
	/*font-variant:small-caps;*/
	/*border-style:solid;*/
	color:#FFFFFF;
	width:100;
	height:24px;
	cursor:hand;
}

.DatePickerButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-indent: -2px;
    background-color: DarkRed;
    /*background-color:#6699C9;    
    border-color: FFFFFF;*/
	border-style:outset;
	/*font-variant:small-caps;*/
	/*border-style:solid;*/
	color:#FFFFFF;
	width:20px;
	height:24px;
	cursor:hand;
}


