a:link {
	color: #84414A;
	text-decoration: underline;
	}
a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #84414A;
	text-decoration: underline; 
	}
	
.textVerd { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:14px;
	}
	
.textVerdBold { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
	
.textVerdBold2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}

td.box4grey
{
	border-style: solid;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
}

td.box4green
{
	border-style: solid;
	background-color:#D7E8A1;
	border-top-width: 1px;
	border-top-color: #B0D144;
	border-right-width: 1px;
	border-right-color: #B0D144;
	border-left-width: 1px;
	border-left-color: #B0D144;
	border-bottom-width: 1px;
	border-bottom-color: #B0D144;
}

td.boxBlack
{
	border-style: solid;
	background-color:#EEF7D0;
	border-top-width: 0px;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
}

/*---------servicelist-------- */
.submenu{width: 620px; height: 164px; margin: 15px 0 65px; padding: 23px 20px 0 80px; background: url(images/bg-menu.jpg) no-repeat 20px 0;}
ul.service{ list-style:none; display: block; float: left; margin: 0; padding: 0; width: 189px;}
ul.service li{ display: block; list-style: none; width: 189px; height: 47px; float: left; margin: 0 0 6px; padding: 0; }

ul.service li a{display: block; float: left; background: url(images/btn-menu.png) no-repeat 0 0; width: 182px; height: 47px; padding: 0; margin: 0; text-decoration: none; font-family: "Bookman Old Style", Georgia, Times New Roman, sans-serif; font-style: italic; color: #5e5824; text-shadow: 0 1px 1px #FFF; line-height: 47px; text-align: center; font-size: 16px;}
ul.service li a.special{line-height: 20px; padding: 5px 0 0; height: 42px; }
ul.service li a em{text-decoration: none; font-family: "Bookman Old Style", Georgia, Times New Roman, sans-serif; font-style: italic; color: #5e5824; text-shadow: 0 1px 1px #FFF; line-height: 15px; text-align: center; font-size: 11px;}
ul.service li a:hover{ text-decoration: none; background-position: 0 -47px; color: #4f4a1c; text-shadow: 0 1px 1px #eee2b6;}


/* ----------------------- Clearfix ----------------------- */ 
/* slightly enhanced, universal clearfix hack */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;line-height: 0; }
.clearfix {display: inline-block;}

/* start commented backslash hack \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* close commented backslash hack */

