BODY {
  background: #4A52A5;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #DACBD5;
}

TD.headerNavigation {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #4A52A5 ;
  font-weight : bold;
}

A.headerNavigation:hover {
  color: #B72E48;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
P,TABLE,TD {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
}
H1 {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
	color:#4A52A5;
}
H2 {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
H3 {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
	
}
TABLE.text {
  border: 1px solid #B73049;
}
TABLE.main {
  border: 1px solid #B73049;
}