.title {
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 13px;
	color: #474646;
}

.heading {
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 12px;
	color: #5e6264;
}

.subheading {
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 11px;
	color: #5e6264;
}

.body {
	font-family: Verdana, serif;
	font-size: 11px;
	color: #5e6264;
}

.small {
	font-family: Verdana, serif;
	font-size: 9px;
	color: #5e6264;
}

.table-heading {
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;	
	background-color: #70707C;
}

.oddrow {
	background-color: #F2F4F1;
}

.evenrow {
	background-color: #FFFFFF;
}


.odd-cell{
	background-color:#ececec;
	padding:2px;
	vertical-align:top;
}

.even-cell{
	background-color:#FAF9F9;
	padding:2px;
	vertical-align:top;
}

.alert-msg {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ce3000;	
}


