/* Layout Stylesheet */ 
body {
  background-color:#FFFFFF;
}	 

a.nav {
 	text-indent:12px;
}

.menu1 {
	position:relative;
	left:-5px;
	background:url(img/menu_off.gif) no-repeat top;
	width:125px;
	height:22px;
	color:#000000;
	font-family:Arial;
	font-size:9pt;
	font-weight:800;
	line-height:7pt;
}

.menu2 {
	position:relative;
	left:-5px;
	background:url(img/menu2_off.gif) no-repeat top center;
	width:125px;
	height:31px;
	color:#000000;
	font-family:Arial;
	font-size:9pt;
	font-weight:800;
	line-height:7pt;
}

.menu3 {
	position:relative;
	left:-5px;
	background:url(img/menu_on.gif) no-repeat top;
	width:125px;
	height:22px;
	color:#000000;
	font-family:Arial;
	font-size:9pt;
	font-weight:800;
	line-height:7pt;
}

.contactTB {
	font-family:arial,san-serif;
	font-size:12pt;
	font-weight:500;
	
}
a.nav:link {  color: #000000; text-decoration: none }
a.nav:active {color: #000000; text-decoration: none}
a.nav:visited {color: #000000; text-decoration: none}
a.nav:hover {  color: #000000; text-decoration: none }

