.Table_Top_border_line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.Table_Top_Bottom_Blue_line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	border-right-style: none;
	border-left-style: none;
	background-color: #d6dcfe;
}
.Table_All_Border_blue {
	border: thin solid #9999cc;
}

.Font_Quickfeeds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0033;
}
.Menu_item {
	text-align: center;
	background-color: #eceefc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Font_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.Menu_highlighted {
	font-weight: bold;
	background-color: #d6dcfe;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9999cc;
	border-right-color: #9999cc;
	border-bottom-color: #9999cc;
	border-left-color: #9999cc;
}
