html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: white;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
}

img { display: block; }	 /* for FF in strict mode */

.error {
	color: #ff0000;
}

.asterisk { font-size: 18px; }

p { margin-top: 7px; margin-bottom: 7px; }

.bdf-web, input, select, radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
}
.bdf-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	line-height: 14px;
	
	background-color: #004a33;
	margin-top: 10px; margin-bottom: 5px;
	padding: 2px;
}
.bdf-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #004a33;
	line-height: 14px;
}
.mashbash_table {
	background-image:url(mashbash/mashbash_img/mashbash_watermark.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.headerLine {
	width: 100%;
	height: 1px;
	background-color: #004a33;
}

.tributeMask {
	display: none;
	margin-left: 20px;
}