/* NEWS.HTML */

#snnewsbox {
	border-bottom: 1px solid #BABABA;
	margin: 0px;
	padding: 0px;
	width: 386px;
	height: 20px;
}
#snnewsbxlt {
	background: url(../images/sn_ltrnd.jpg);
	background-repeat: no-repeat;
	align:left;
	valign:bottom;
	width:7px;
	height:20px;
}
#snnewsbxrt {
	background: url(../images/sn_rtrnd.jpg);
	background-repeat: no-repeat;
	align:right;
	valign:bottom;
	width:7px;
	height:20px;
}

div#snnews { }
div#snnews ul {
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #333333;
 	line-height: 12px;
 	white-space: nowrap;
}
div#snnews li {
 	list-style-type: none;
 	display: inline;
}
div#snnews li a { text-decoration: none; padding: 2px 20px; color: #333333; }
div#snnews li a:link { }
div#snnews li a:visited { }
div#snnews li a:hover { background-color: #D9D9D9; }

.media {
	padding: 0px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}
h1.media {
	font-size: 11px;
	padding: 0px 0px 3px 10px;
	font-weight: bold;
}
h2.media2 {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}
ul.media {
	list-style-position: inside;
	list-style-image: none;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}
li.media {
	list-style-image: none;
}
p.media {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
a.media			{ color: #333333; text-decoration:underline; }
a.media:link 		{ color: #333333; text-decoration:underline; }
a.media:visited 	{ color: #333333; text-decoration:underline; }
a.media:active 	{ color: #333333; text-decoration:underline; }
a.media:hover 	{ color: #333333; text-decoration:underline; }
.press {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	padding: 0px;
}

