/* CSS Document */

@import "default.css";

#head1{
	background		: url('../images/header_left_grey.jpg') no-repeat;
}

#head2{
	background		: url('../images/header_splice_grey.jpg') repeat-x;
}

#headBtm{
	background		: url('../images/header_bottom_splice_grey.gif') repeat-x;
	border			: 1px solid #666;
	border-top		: 0px;
	border-bottom	: 0px;
}

#bodyContainer{
	border-color	:	#666;
}

#formContainer{
	border-color	:	#666;
}

#formTitle{
	background	:	url('../images/form_hdr_sprite_grey.gif') repeat-x;
}

#formContent{
	background-color:#CCC;
}
