body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #FFFFFF;
}

/*background styles*/

TD.backred {
  background-image:url(images/color-red.jpg);
  }


  
  
  
  
/* text styles*/

TD, .content {
  color: #000000;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
}



TD, .green {
  color: #34AB29;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
}


TD, .title {
  color: #234075;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
}

.box {
  color: #000000;
  background-color:#FFFFFF;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #5494CB;
  width:140px;
  }


/*links style*/

A:link, A:visited {
  color: #234075;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

A:hover, A:active {
  color: #CF4047;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

A.green:link, A.green:visited {
  color: #34AB29;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
A.green:hover, A.green:active {
  color: #34AB29;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

A.red:link, A.red:visited {
  color: #CF4047;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
A.red:hover, A.red:active {
  color: #CF4047;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
.submit {
	font-family: "Futura Book", "Lucida Sans", Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
}
