body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.menuBar {
	width: 800px;
	height: 20px;
	background-image: url("../Images/bar.gif");
	color: #ffffff;
	font-weight: bold;
	cursor: default;
}

.menuItem {
	padding-left: 15px;
	padding-right: 15px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.menuItemHover {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #bbbbee;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.contentContainer {
	position: relative;
	width: 800px;
	background-image: url("../Images/bg.jpg");
}

.textHeader 
{
	font-size: 12pt;
	font-weight: bold;
	color: #514F91;
	text-decoration: underline;
}

.tileSamples {
	width: 275px;
	height: 415px;
	background-image: url("../Images/tileSamples.png");
}

.buttonHelp {
	width: 18px;
	height: 18px;
	border: 0;
	background-image: url("../Images/help.png");
	background-color: transparent;
	cursor: pointer;
}

.buttonHelpHover {
	width: 18px;
	height: 18px;
	border: 0;
	background-image: url("../Images/helpMO.png");
	background-color: transparent;
	cursor: pointer;
}

.buttonSubmitForm {
	width: 115px;
	height: 30px;
	border: 0;
	background-image: url("../Images/SubmitForm.png");
	background-color: transparent;
	cursor: pointer;
}

.buttonSubmitFormHover {
	width: 115px;
	height: 30px;
	border: 0;
	background-image: url("../Images/SubmitFormMO.png");
	background-color: transparent;
	cursor: pointer;
}
