
.normal 
{
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: black;
  font-family: Arial, sans-serif;
}

.header_normal 
{
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: black;
  font-family: Arial, sans-serif;
}

.header_bold 
{
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  font-family: Arial, sans-serif;
}

.header_white 
{
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
}

.header_big 
{
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  font-family: Arial, sans-serif;
}

.header_big_white
{
  font-size: 16pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
}

.header_query 
{
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  font-family: Arial, sans-serif;
}

.link 
{
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: blue;
  font-family: Arial, sans-serif;
}

.error 
{
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  color: red;
  font-family: Arial, sans-serif;
}

body 
{
  background: #FFFFFF;
  /*
  background: #EFF7FF;
  
  scrollbar-base-color: white;
  scrollbar-dark-shadow-color: white;
  scrollbar-face-color: blue;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: black;
  scrollbar-3d-light-color: white;
  */
}

.light_blue_bgcolor
{
  background-color: #EFF7FF;
}

.blue_bgcolor
{
  /*background-color: #DAE6F5;*/
  background-image: url(epTableBg.gif);
}

.dark_blue_bgcolor
{
  background-color: #006AB2;
}

/*
a:link 
{
  color:navy;
}

a:visited 
{
  color:teal;
}

a:active 
{
  color:maroon;
}

a:hover 
{
  color:lime; 
  background:navy; 
  text-decoration:none; 
  font-variant:small-caps;
}
*/

all.clsMenuItemNS
{
  font: bold x-small Arial; 
  color: white; 
  text-decoration: none;
}


.clsMenuItemIE
{
  text-decoration: none; 
  font: bold xx-small Arial; 
  color: white; 
  cursor: hand;
}

A:hover 
{
  color: red;
}






.buttonlinkA
{
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  color: white;
  background: #006AB2;
  font-family: Arial, sans-serif;
  /*text-decoration: underline overline;*/
  text-decoration: none;
  /*vertical-align: center;*/
}

.buttonlink
{
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;  
  color: white;
}

.buttonlinkA:hover
{
  background: #4d95cc;/*#006AB2;*/
}

.buttonlink:hover
{
  background: #4d95cc;/*#006AB2;  */
} 
