body {
   background-color: white;
   margin-top: 0;
   margin-left: 0;
   color: black;
}

a:link, a:visited, a:active {
   color: #00759B;
}

a:visited {
   color: #666;
}

a:hover {
   color: #00759B;
}

.text {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px; 
   font-weight: normal;
}
.textBold {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px;
   font-weight: bold;
}
.textSmall {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 12px;
   font-weight: bold;
}



.textRed {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 12px;
   font-weight: bold;
   color: #FF0000;
}
.textBig {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 18px;
   font-weight: bold;
}
.textBigInv {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 18px;
   font-weight: bold;
   color: white;
   background-color: #00759B;
}
.heading1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   line-height: 23px;
   font-weight: bold;
   color: white;
   background-color: #00759B;
}
.heading2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   line-height: 23px;
   font-weight: bold;
   border-bottom: 3px solid #026DAA;
   color: #00759B;
   color: #026DAA;
   margin-top: 15px;
   margin-bottom: 5px;
}

.numbers {
   border-bottom: 2px solid #00759B;
   border-top: 2px solid #00759B;
   padding: 3px;
}

.topBackground1 {
	background-image: url(../images/top-bg.png);
}

.menuBackground {
	background-image: url(../images/menu-bg.png);
}

.footBackground1 {
	background-image: url(../images/bg.png);
}

.footBackground2 {
	background-image: url(../images/foot_bg.png);
}
