/* CSS Document */

/**** Main navigation styles *****/
.navigation a:link, .navigation a:visited {
	display: block;
	font-weight: bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 18px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/buttons.gif);
no-repeat fixed left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 25px;
}

.navigation a:hover{
	color:#039;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 18px;
	background: url(../images/buttons_over.jpg);
	line-height: 25px;
}
.navigation2 a:link, .navigation2 a:visited {
	display: block;
	font-weight: bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 22px;
	color: #fff;
	text-decoration: none;
	background: url(../images/buttons_sub.jpg);
no-repeat fixed left top;
	line-height: 24px;
}

.navigation2 a:hover{
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
	background-attachment: fixed;
	background: url(../images/buttons_sub_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0099CC;
	line-height: 24px;
}


.tablehead_address {
	color: #003399;
	font-weight: bold;
	text-align: left;
	background-color:#efefef;
	padding: 2px 2px 2px 5px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
