/* ufCatalog.css CSS Document */

.ufheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	width: 100%;
	height: 52px;
}

.uflib {
	width: 304px;
	border: 0;
	}

.gap1 {
	background-image: url(../images/table_blu2.gif);
	height: 26px;
	width: 30px;
	
	}
	
.gap2 {
	background-image: url(../images/diagonal.gif);
	height: 26px;
	width: 30px;
	}

.firstLinks {
	background-image: url(../images/table_blu2.gif);
	color:#ffffff;
	text-align: right;
	white-space: nowrap;
	padding: 0 20px 0 0;
	}

.firstLinks a:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
.firstLinks a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
 .firstLinks a:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	}

.secondLinks {

	background-image: url(../images/table_orange2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align: right;
	white-space: nowrap;
	padding: 0 20px 0 0;

	}

.secondLinks a:link {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
.secondLinks a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
 .secondLinks a:hover {
 	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
	
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444; 
	background-color: #eee;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	}
	
#breadcrumbs p{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	color: #444;
	padding: 0 0 0 10px;
	}
	
#breadcrumbs a:link, a:visited {
	color: #0021a5;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	}
	
#breadcrumbs a:hover {
	color: #ff4a00;
	text-decoration: underline;
	}
	
#footer{
	clear: both;
	width: 100%;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-color:#eeeeee;
	padding: 0;
	margin: 0;
	border-top-width: 1px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	}
	
#footer p{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 0 0 0 10px;
	}
	
#footer a{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:link{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#footer a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}

#copyright{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 10px 0px 0px 10px;
	white-space: nowrap;
	}
	
#copyright a{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:link{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}
	

