@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}
a:link {
   color: #FF0000;
}
a:visited {
   color: #FF0000;
}
a:hover {
   color: #999999;
}
a:active {
   color: #FF0000;
}

td img {
  border: 0px;
}
h1
{
font-size:20px;
color:red;
}
h2
{
font-size:18px;
color:red;
}
h3
{
font-size:16px;
color:red;
}

.row_1
{
  background-image: url(/images/heartlands_r1_c1.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.row_2
{
  background-image: url(/images/heartlands_r3_c1.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.row_3
{
  background-image: url(/images/heartlands_r4_c1.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.left_address
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #2F5483;
}

.main_body
{
  border: 1px solid #FC0203;
  padding: 10px;
}

.right_shadow
{
  background-image: url(/images/1_right_shadow.gif);
  background-repeat: repeat-y;
  background-position: left;
}
.header_shadow
{
   background-image: url(/images/heartlands_r2_c3.gif);
   background-repeat: no-repeat;
   background-position: right top;
}
.header_graphic
{
   background-image: url(/images/heartlands_r1_c3.jpg);
   background-repeat: no-repeat;
   background-position: left bottom;
}
.footer_bg
{
   background-image: url(/images/heartlands_r4_c3.gif);
   background-repeat: repeat-x;
   background-position: top;
   padding-top: 15px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
}
.footer_bg a:link
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration:none;
}
.footer_bg a:active
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration:none;
}
.footer_bg a:visited
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration:none;
}
.footer_bg a:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #999;
   text-decoration:none;
}

.main_menu
{
   background-color: #2F5483;
   background-image: url(/images/heartlands_r1_c2.gif);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: 30px;
}
