/*--------------------------------
white space br classes, added by AF
---------------------------------*/
smallBr{
font-size: 1px; 
line-height: 0;
}
p.small {line-height:70%;};
p.big {line-height:200%;};

/*--------------------------------
		Bottom Navigation
---------------------------------*/

.sf_navigation{
	float: left;
	display: inline;
	width: 168px;
	overflow: hidden;
	margin-left: 7px;
}

.sf_navigation ul{
	font-size:10px;
	width: 166px;
	height: auto !important;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.sf_navigation ul:after{
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {
	background-repeat: no-repeat;
	background-position:left;
	font-weight: bold;
}

.sf_navigation ul li.sf_last_nav_item{
}

.sf_navigation ul li.sf_first_nav_item{

}

.sf_navigation ul li a {
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position:left;
	padding: 4px 0;
	width: 168px;
	height: 15px;
	display: block;
	overflow: hidden;
}

.sf_navigation ul li a:visited {

}

.sf_navigation ul li a:hover{
}

/*--------------------------------
		End Bottom Navigation
---------------------------------*/
