.admin-link {
	FONT-SIZE: 13px; 
	COLOR: gray; 
	text-decoration: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.admin-link:hover {
	FONT-SIZE: 13px; 
	COLOR: black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
.red-admin-link {
	FONT-SIZE: 13px; 
	COLOR: #ff0000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.red-admin-link:hover {
	FONT-SIZE: 13px; 
	COLOR: #ff0000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.admin-title-link {
	FONT-SIZE: 13px; 
	COLOR: #ff0000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.admin-title-link:hover {
	FONT-SIZE: 13px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 5px 5px 5px 5px;
	border: 0;
}


.row1{
background:white;
}

.row2{
background:#F1F1F1;
}

.result_head{
font-weight:bold;
border-bottom:3px solid gray;
}

.bold{
font-weight:bold;
}
