/* $Id: style.css 4107 2008-05-24 05:47:37Z nikhil $ */
body 
{
  margin: 0;
  padding: 0;
  /* background-color: #e7e7ce; */
  background-color: #cb2519;
  font-family: Verdana, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.4em;
  font-size: smaller;
	text-align: justify;
}

.clear
{
  clear: both;
}

.banner
{
  width: 1023px;
  background-color: #9ed9e4;
}

.cust_text
{
  font-size: 13px;
  text-align: justify;
}

p
{
  /* General paragraph formatting */
  padding: 0px;
  margin-top: 0px;
}

h1
{
  /* Properties for h1 tag */
  font-weight: bold;
  font-size: large;
  color: #ffffff;
}

h2
{
  /* Properties for h2 tag */
  font-weight: bold;
  font-size: medium;
  color: #ffffff;
}

h3
{
  /* Properties for h3 tag */
  font-weight: bold;
  font-size: small;
}

a
{
  /** Properties for anchor tags */
	text-decoration: none;
}

a:hover
{
  color: #ff0000;
	font-weight: bold;
}

a:link
{
  color: #0000ff;
}

a:visited
{
  color: #112288;
}

td#left_cust
{
  width: 51%;
  border-right: solid #c2c2c2 thin;
  padding-right: 20px;
  vertical-align: top;
}

td#right_cust
{
  width: 49%;
  padding-left: 20px;
  vertical-align: top;
}

