	
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#717171;
	font-weight:normal;
}
	
	/* if you use a:link or :visited here, you have to use it for all 
	link clases also. the pubhMenu class in particular */
	
a {
	color: #145ba2;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
	
a:hover {
	color: #a21414;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.bgRow1 {
	background: #dde2ef;
}

.bgRow2 {
	background: #eef2ff
}

.bgRow3 {
	background: #ffffff;
}

.buttons {
	color: #000000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-top: 1px solid #eeedf1;
	border-bottom: 1px solid #929295;
	width: 75px;
	background-color: #e1e0e4;
	background-image:url(/images/uls/pubh_butt_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:2px;
}
	
.headings {
	color: #363636;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-transform: uppercase;
}
	
.dashedSmll {
	border-top: 0px;
	border-right: 0px;
	border-bottom: #e8e8e8 solid 1px;
	border-left: 0px;
	font-size:13px;
	font-weight: normal;
}
	
.dashedSmllB {
	border-top: 0px;
	border-right: 0px;
	border-bottom: #e8e8e8 solid 1px;
	border-left: 0px;
	font-size:13px;
	font-weight: bold;
	vertical-align: top;
}
	
.blackLine {
	border-top: 0px;
	border-right: 0px;
	border-bottom: #000000 solid 1px;
	border-left: 0px;
	font-weight: normal;
	font-size:13px;
	vertical-align: top;
	white-space: nowrap;
}

.neighbDiv {
	width: 640px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
	
.pubhMenu {
	color: #ffffff;
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: normal;
}
	
.pubhMenu:hover {
	color: #1359A1;
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: normal;
}

.searchbox {
	background-image:url(/images/uls/ico_search_box.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
	padding: 5px 5px 2px 20px;
	width:170px;
	height:25px;
	font-size:8pt;
	color:#666666;
	margin-top:5px;
}
