BODY, TD{
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color: #4B4B4B;
}

.textRegular{
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	line-height: 16px;
	color: #4B4B4B;
}

.grey_contact{
	font-family : Verdana, Helvetica, Arial;
	font-size : 14px;
	font-weight: bold;
	line-height: 18px;
	color: #4B4B4B;
}
.orange_contact{
	font-family : Verdana, Helvetica, Arial;
	font-size : 14px;
	font-weight: bold;
	line-height: 18px;
	color: #EB9A56;
}

.orange{
	color: #EB9A56;
}

.grey{
	color: #4B4B4B;
}

.menu_cells{
	padding-top: 30px;
}

.left_menu_text{
	font-family : Verdana, Helvetica, Arial;
	font-size : 14px;
	font-weight: bold;
	line-height: 50px;
	color: #4B4B4B;
}

.home_cell_border{
	border: solid #4B4B4B 2px;
}


.menu_cells_orange{
	background-color:#EB9A56;
	height: 71px;
	width: 69px;
}
.menu_cells_orange_over{
	background-color:#4B4B4B;
	height: 71px;
	width: 69px;
	color:  #EB9A56;
}
.submenu{
	z-index: 10;
	position: relative;
	top: 50px;
	background-color:#4B4B4B;
	height: 71px;
	width: 69px;
	text-align: center;
	color:  #EB9A56;
}

a:link.contact {
	color: #EB9A56;
	text-decoration: none;
}
a:visited.contact {
	color: #EB9A56;
	text-decoration: none;
}
a:hover.contact {
	color: #4B4B4B;
	background-color: #EB9A56;
}

a:link.contact_home {
	color: #4B4B4B;
	text-decoration: none;
}
a:visited.contact_home {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover.contact_home {
	color: #EB9A56;
	background-color: #4B4B4B;
}


a:link.standard {
	color: #EB9A56;
	text-decoration: none;
	font-weight: bold;
}
a:visited.standard {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover.standard{
	color: #4B4B4B;
	background-color: #EB9A56;
}



