/*
body,h1,h2{
	color:	black;
}
*/
a:link, a:active, a:visited{text-decoration:underline;color:#717171;}
a:hover{text-decoration:none;color:#F8CA1E;}
.tablemenu{
	border-left: 1px solid #525252;
	width:736px;
}
a.menuhref{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	color:		#525252;
/*	font-weight:bold;*/
	font-weight: 600;
	letter-spacing: 1px;
	padding: 1px 0px 0px 10px;
	display:block;
	height:23px;
	width: 121px;
	z-index:	5;
}
a.menuhref2,a.menuhref3,a.menuhrefselected3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	color:		#525252;
/*	font-weight:bold;*/
	font-weight: 600;
	letter-spacing: 		1px;
	padding: 				1px 0px 0px 10px;
	display:				block;
	height:					23px;
	width: 					140px;
	border-right:			1px solid black;
	/*background-image:url(images/menu_tran.gif);*/
	z-index:	5;
}
a.menuhref2:hover{
	width: 					140px;
	background-color:		#BAB9B7;
	background-image:		url(images/menu_on.gif);
	background-repeat:		no-repeat;
	background-position:	right;
}

a.menuhref2:hover,a.menuhref3:hover{
	width: 					140px;
	background-color:		#BAB9B7;
	background-image:		url(images/menu_on.gif);
	background-repeat:		no-repeat;
	background-position:	right;
}
a.menuhref3{
	width: 141px;
	background-image:	url(images/menu_contact_off.gif);
	background-repeat:no-repeat;
	background-position:right;
	border: none;
}
a.menuhref3:hover{
	border: none;
	background-image:	url(images/menu_contact_on.gif);
	background-repeat:no-repeat;
	background-position:right;
	width: 141px;
}


a.menuhref:hover{
	background-color:#BAB9B7;
}
.menu , .menuselected{
	font-family:	 Times New Roman, Times, serif;
	font-size:	10pt;
	color:	#484441;
	letter-spacing:	 1pt;
	text-decoration:	none;
	display:	block;
	z-index:	5;
}
a.menuhrefselected3{
	background-image:	url(images/menu_contact_on.gif);
	background-repeat:no-repeat;
	background-position:right;
	border: none;
	width: 141px;
}
.menu {
	background-color:	 #E3E4E6;
}
.menuselected{
	background-color:	#F8CA1E;
}


#printheader{
	display: 			none;
}

#contentcell{
	border-right: 		1px solid #525252;
	background-image:	url(../images/curve_inner_right.gif); 
	background-position:bottom right; 
	background-repeat:	no-repeat;
}


table.frame th{
	border:    		1px outset;
	text-align:		center;
	padding:		2px;
	text-transform:	lowercase;
}

table.frame td{
	border: 		1px outset;
	text-align:		right;
	padding:		2px;
}

.noscreen{
	display: 		none;
}
.helpbox{
	z-index: 			9;
	cursor: 			pointer;
	padding: 			4px; 
	position: 			relative; 
	width: 				200px; 
	/*height: 			150px;*/
	border: 			2px outset gray; 
	background-color: 	gray;
	color: 				white;
	visibility: 		hidden;
	font-weight:		normal;
}
