body { 
	background:#EEEEEE; 
}
a{
	color: #0091C5;
	text-decoration: none;
}
.text{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 11pt; 
	padding-top: 5px;
	/* padding: 5px 0px 0px 10px; */
	width: 75px;
	height: 25px;
	float: left;
	text-align: center;
}
.text:hover{
	background-color: #D0D8DE;
}
.textCurrent{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 11pt; 
	padding-top: 5px;
	width: 75px;
	height: 25px;
	float: left;
	text-align: center;
	color: white;
	background-color: #0091C5;
}
.bottom-divider{
	border-bottom: 1px #CCCCCC solid;
}