a.menu {
	color: #FD6D36;
	text-decoration: none;
}

a.menu:hover {
	color: #006570;
	text-decoration: underline;
}

.green_title {
	font-family: Georgia;
	font-size: 19px;
	color: #006570;
}

.orange_title {
	font-family: Georgia;
	font-size: 16px;
	color: #FD6D36;
	line-height: 20px;
	height: 20px;
}

.green_bold {
	font-family: Georgia;
	color: #006570;
	font-weight: bold;
}

.green_text {
	color: #006570;
}

.grey_text { 
	color: #9C9C9C;
}

.orange_text {
	color: #FD6D36;
}

/* Other common class */
.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.message_info {
	color: #9C9C9C;
	height: 25px;
    line-height: 20px;
}
