.bread {
	font-size: 11px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	text-align: center;
	cursor:pointer;
}
A.link {
	font-size: 11px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	text-align: center;
	cursor:pointer;
}

A.link:hover {
	font-size: 11px;
	color:#D11241;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	text-align: center;
	cursor:pointer;
}
BODY {
	SCROLLBAR-FACE-COLOR: #666666; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 	
	SCROLLBAR-SHADOW-COLOR: #333333; 	
	SCROLLBAR-3DLIGHT-COLOR: #dddddd; 	
	SCROLLBAR-ARROW-COLOR: #E4E4E4; 
	SCROLLBAR-TRACK-COLOR: #E4E4E4; 	
	scrollbar-dark-shadow-color: #333333;
	
	background-color: #bebebe;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;


	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

