/* css template for valicote.com.au */

/* defaults */
body {
  background: #99DD67;
}

img { 
  border: 0px none;
}

/* alignment */

#left {
  text-align: left;
}

#right {
  text-align: right;
}

#center {
  text-align: center;
}

/* body */

td.bdy {
  font-family: "Times New Roman", Times, serif; 
  font-size: 14px;
  background: #FFFFFF;
  color: #343579;
  text-align: left;
}

td.foot {
  font-family: "Times New Roman", Times, serif; 
  font-size: 10px;
  color: #777777;
  text-align: center;
}

p {
  padding-left: 13px;
  padding-right: 13px;
}

.imgBorder{
	border:1px solid #274164;
}
