@charset "utf-8";
/* CSS Document */

#tdNavbar{
	background-color: #3C4D9D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#tableNavbar{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #88C6E2;
}
.tdNavbarBtn, .tdNavbarBtnContact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 24px;
	line-height: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tdNavbarBtnContact{
	border-right-style: none;
}
.tdNavbarBtn a, .tdNavbarBtnContact a{
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	display: block;
	background-image: url(../images/bg-btn1.gif);
}
.tdNavbarBtn a:hover{
	background-image: url(../images/bg-btn2.gif);
}
.tdNavbarBtnContact a:hover{
	background-image: url(../images/bg-btn2.gif);
}