/* Display alternate data rows - Apply to the TR tag, not the TDs */
.altRow {
	background-color: #F0F0F0;
}

p {
	font-family: Tahoma;
	font-size: 0.7em;
	color: #000000;
	margin: 4px 2px 2px 2px;
}

h1 {
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	margin: 2px 0px 2px 0px;
}

h2 {
	font-family: Tahoma; 
	font-size: 8pt;
	color: #000000;
	margin: 3px 2px 0px 2px;
}


h3 {
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 3px 2px 0px 2px;
}

.red {
	color: red;
}

.button {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.inputField {  	
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: normal;
}