BODY
{
  background-color: #ffffff;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.loginBoxTop
{
}
.loginBoxOuter
{
  border-width: 0px;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;	
}
.loginBoxInner
{
  border-width: 0px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.loginBoxInner a:hover
{
  text-decoration: underline;
}
.loginBoxBottom
{	
}
.loginBoxInner a
{ 
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;  
}
.fieldinput
{
  font-family: Arial;
  font-size: 12px;
}
.loginfailed
{
  color: red;
}
.footnote
{
  color: black;
  font-size: x-small;
  font-style: italic;
  text-decoration: none;
}
.footnote a:hover
{
  text-decoration: underline;
}
.login-error-message
{
	color: red;
}
.tableWrapper
{
   border-style: solid;
   border-width: 1px;
   border-color: gray;
   background-color: #d2e2f1; 
} 
.loginBoxMiddle
{
  margin-top: 0px;
}