
/* lfsq.css */
body {
	margin:0px;
	padding:0px;
	font-size:10px;	
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
}
h2 {
	color: #585350;
	text-decoration: none;
	line-height:30px;
	font-size:24px;	
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	margin: 15px 6px;
}
h3 {
	color: #000000;
	text-decoration: none;
	line-height:20px;
	font-size:16px;	
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	margin: 15px 6px;
}
h4 {
	color: #000000;
	text-decoration: none;
	line-height:16px;
	font-size:13px;	
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	margin: 8px 6px 15px 6px;
}
p {
	color: #000000;
	font-size:10px;	
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
}
.press {
	color: #585350;
	text-decoration: none;
	line-height:32px;
	font-size:28px;	
	font-weight: bold;
	font-family: 'Arial Black', Gadget, sans-serif;  /* times, serif; */
	text-align: center;
	margin: 5px 6px 25px 6px;
}

.menucol {
	border-right:2px solid #cacaca;
}
a.menuItem, a.menuItem:active, a.menuItem:link, a.menuItem:visited {
	color: #FF6825;
	text-decoration: none;
	line-height:20px;
	font-size:14px;	
	font-weight: normal;
	font-family: arial,verdana, sans-serif;
	display:block;
	margin:  6px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	width:150px;
	height:26px;
}
a.menuItem:hover {
	color: #72b0d5;
	line-height:20px;
	font-size:14px;	
	font-weight:normal;
	font-family: arial,verdana, sans-serif;
	text-decoration: underline;
	display:block;
	margin:  6px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	width:150px;
	height:26px;
}
.current  {
	color: #72b0d5 !important;
/*	border-right:6px solid #4584b9 !important;
	z-index: 100;  */
}
.blueBG {
	background: url('/~bdlfsq/images/topBg.jpg') repeat-x top left;
	background-color: #F0F5F9;
}

.info {
	margin-top: 9px;
}
.info td {
	background-color: #e1e1e1;  /* #c7c7c7; */
	font-size:10px;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
} 
.info td.plain {
	background-color: #ffffff;  /* #c7c7c7; */
	font-size:10px;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
} 
#vidLinks a, a.biglinks {
	color: #67849F;
	text-decoration: none;
	/* line-height:34px; */
	font-size:14px;	
	font-weight: bold;
	font-family: arial,verdana, sans-serif;
}
#vidLinks a:hover, a.biglinks:hover {
	color: #72b0d5;
	/* line-height:34px; */
	font-size:14px;	
	font-weight:bold;
	font-family: arial,verdana, sans-serif;
	text-decoration: underline;
}
a.tinylinks {
	color: #67849F;
	text-decoration: none;
	font-size:10px;	
	font-weight: normal;
	font-family: arial,verdana, sans-serif;
}
a.tinylinks:hover {
	color: #72b0d5;
	font-size:10px;	
	font-weight:normal;
	font-family: arial,verdana, sans-serif;
	text-decoration: underline;
}


