
.text {
	font-family: Arial;
	Font-size:12px;
	font-weight: normal;
	color: #464C56;
}

.links_text {
	font-family: Arial;
	Font-size:12px;
	font-weight: normal;
	color: #ffffff;
}

.text_pics {
	font-family: Arial;
	Font-size:12px;
	font-weight: bold;
	color: #464C56;
}

.text_email {
	font-family: Arial;
	Font-size:12px;
	font-weight: bold;
	color: #FE860C;
}

.variety_name{
	color: #4F88AD;
	font-size:16px;
	font-weight: bold;
	font-family: Arial;

}

.blue_cell {
	background-color: #4f88ad;
	color: white;
	font-weight:bold;

}

.green_cell {
	background-color: #8cb811;
	color: white;
	font-weight:bold;

}

.purple_cell{
	background-color: #7d5e7e;
	color: white;
	font-weight:bold;
}

.list_cell{
	border-bottom: 1px solid #e8eaec;

}
.paging {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid #BCBCBE;
	background-color:white;
	cursor : pointer;
	color: #BCBCBE;

}
.paging_selected {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid #BCBCBE;
	background-color:#eaeaea;
	cursor : pointer;
	color: #BCBCBE;

}
