/* CSS Document */

/* SF_LINKS.CSS - TEXT STYLES USED FOR LINKS ON ALL PAGES *************************** */

 /* General links *************/

	A:link {
	text-decoration: none;
	color: #91081A;
	}
	A:visited { 
	color: #91081A; 
	text-decoration: none
	}
	A:hover { 
	color: #336699; 
	text-decoration: none; 
	}
	

/* Current - red0n *************/

.red0n
{ 
	color: #91081A; 
	}
	
	A.red0n:link {
	text-decoration: none;
	color: #91081A;
	}
	A.red0n:visited { 
	color: #91081A; 
	text-decoration: none
	}
	A.red0n:hover { 
	color: #91081A; 
	text-decoration: none;
	}

 /* Related links  *************/
 
#relatedlinks{
	width: 170px;
	margin-left: 10px;
	margin-top: 15px;
}
	
.relatedlinks_title{
	color: #336699;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
.relatedlinks{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
		
.relatedlinks  li{
	margin-left: -26px;
	list-style: url(../images/bul1.gif) outside;
	text-align: left;
}

.relatedlinks a{
	text-decoration: none;
	color: #336699;
	}
.relatedlinks a:visited { 
	text-decoration: none;
	color: #336699;
	}
.relatedlinks a:hover { 
	text-decoration: none;
	color: #91081A;
	}
	
/* white link  *************/
	
A.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	
	}
A.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	
	}
A.white:hover { 
	color: #91081A;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	}
 
 
 
 /* Left block UL ***************************************************** */


#leftblock{
	width: 150px;
	padding: 15px 0 0;
	margin: 0px auto 0;
	font: bold 12px Arial, Helvetica, Sans-serif;

}


#leftblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftblock li {
	margin: 0;
	height: 22px;
	text-align: left;
	background: url(../images/button_0ff.gif) no-repeat;

}

#leftblock li a{
	display: block;
	margin: 0;
	height: 22px;
	padding: 3px 5px 2px 16px;
	color: #000;
	text-decoration: none;

}

.current{color: #91081A;}

#leftblock li a:hover{
	margin: 0;
	height: 22px;
	color: #91081A;
	background: url(../images/button_0n.gif) no-repeat;
}

#leftblock li a.current{
	margin: 0;
	height: 22px;
	color: #91081A;
	background: url(../images/button_0n.gif) no-repeat;
}

/* **************************************************************** */ 
.border {
	border: 1px solid #333333;
}