/* Master Style Sheet for Home Page */

/* Imported Style Sheets */

@import url("default.css");
@import url("forms1.css");
@import url("header.css");


/* Home Page Specific Styles */

body {
	background-color: #fff;
}


/* Netscape Styles */

p {
	margin-top: 5px;
	margin-bottom: 5px;
}
