body {
background-image: url(pix/background2.gif);
font: 13px Arial, sans-serif;
color: #000099;
margin-top: 20px;
}

/* FONTS */

H1 {
FONT-WEIGHT: Bold; FONT-SIZE: 24px; COLOR: #000099; font: Arial, sans-serif;
}

H2 {
FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000099; font: Arial, sans-serif;
}

.heading1 {
font: 24px Verdana;
font-weight: bold;
color: #000099;
}

.heading2 {
font: 18px Verdana;
font-weight: bold;
color: #000099;
}

.Red {
font: 18px Verdana;
font-weight: bold;
color: #FF0000;
}

.Red12 {
font: 12px Verdana;
color: #FF0000;
}

.offers{
margin-top:16px;
border: 2px dashed #FF0000;
padding:10px;
background-image:url(offer_back.gif);
}

/* BOXES */
.box{
      width:800px;
	  position:center;  
      border: #000099 2px solid;  
}

.boxRight{
      width:130px;	  
      border-right: #000099 1px solid;
}

.boxMain{
      width:960px;	  
      border-right: #000099 1px solid;
}

/* LINKS */

a:link {
color: #000099;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #000099;
}

a:hover {
color:#FF0000;	
text-decoration: underline;
}

a:active {
text-decoration: none;
color: #000099;
}
