.whiteBoldTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.greyBoldTxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.greyTxt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.blackBoldTxt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.greyBoldTxtBIG {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.greyTxtSmall {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.lovelinecattableleft {
	border-bottom-color:#f7f7f7;
	border-top-color:#f7f7f7;
	border-left-color:#FFFFFF;
	border-style:none
}
.row_border{ border-bottom-width:1px;	border-bottom-style:solid;	border-bottom-color:#cccccc;}
.left_border{ border-left-width:1px;	border-left-style:solid;	border-left-color:#cccccc; padding:2px;}
.alternate_row{background-color:#f7f7f7; }
.row_height{height:20px;font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.msgboxsuccess
{
	color:#FFFFFF;
	background:#00CC33;
	border-width:0px;
	border-style:solid;
	border-color:#006600;
	width:232px;
	height:20px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:3px;
}
.msgboxfailure
{
	color:#FF0000;
	background:#FFB7B7;
	border-width:0px;
	border-style:solid;
	border-color:#FF0000;
	width:200px;
	height:20px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:3px;
}

.hline{
	border-bottom:solid;
	border-bottom-color:#CCC;
	border-bottom-width:thin;	
	width:100%;
	margin:5px 0 5px 0;
	float:left;
}
.row_border{
	border-bottom:1px;
	border-bottom-color:#cccccc;
	padding:3px;
}
.left_border{
	border-left:1px;
	border-left-color:#cccccc;
}
.grey_bg{
	background-color:#f7f7f7;
}
