.select {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height:23px;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #7F9DB9;
	height:23px;
	background-color: #FFFFFF;
}
.textboxmultiline {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
.buttons {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/button-bg.gif);
	border: 1px solid #4C71AE;
	height:22px;
}
.buttons-level2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #B9C2D4;
	height:22px;
	background-image: url(../images/button-2-bg.gif);
}
.buttons-level3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #B9C2D4;
	height:24px;
	background-image: url(../images/button-3-bg.gif);
}
.redtext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.row1 {
	font-family: Tahoma;
	font-size: 11px;
	background-color: transparent;
	height:30px;	
}
.row2 {
	font-family: Tahoma;
	font-size: 11px;
	background-color: transparent;
	height:30px;	
}
.row3 {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #E8EFFE;
	height:30px;
}
.error-row {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #FEE0E5;
	height:25px;
	color: #FF0000;
}
.confirm-row {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #E5FFEB;
	height:25px;
	color: #02892B;
}

.greenbold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #02892B;
}

.greenboldHeading
{
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}

.informationcell {
	background-color: #FCE5B3;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-left:10px;
}

