/* CSS Document */

.slicestop {
background-image: url(webimages/slices/slice-top-edge.gif);
background-repeat: repeat-x;
}
.slicesbottom {
background-image: url(webimages/slices/slice-btm-edge.gif);
background-repeat: repeat-x;
}
.slicesleft {
background-image: url(webimages/slices/slice-left-edge.gif);
background-repeat: repeat-y;
}
.slicesright {
background-image: url(webimages/slices/slice-right-edge.gif);
background-repeat: repeat-y;
}
.bgmiddle {
background-color: ##663333;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.images-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;

}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	text-decoration: none;
}

/* CSS form layout */

div.row {
  clear: both;
  padding-top: 2px;
  }

div.row span.label {
  float: left;
  width: 70px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  width: 50px;
  text-align: left;
  } 
.ttt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CCFF;
	text-decoration: underline;
}
