#breakingnews {
	margin:0 auto;
}

/* TICKER */
#ticker{ border: 1px solid #a3b3b9; height:25px; overflow: hidden; }
#tickerContent { font-size:16px;overflow:hidden;padding:3px 0 0 4px; text-transform: uppercase; font-weight:bold;}
#tickerContent a {color:#FFD700; }
#introcopyContent { font-size:16px;overflow:hidden; padding: 3px 0 0 12px; color: #ffffff; }
#introcopyContent a {color: #ffffff;}

.bn2{
	padding-top:4px;
	padding-left:3px;
	font-family:Arial;
	font-size:14px;
	color:#58595B;
	font-weight:normal;
	text-decoration:none;
}

.bn {
	padding-top:4px;
	padding-left:3px;
	font-family:Arial;
	font-size:14px;
	color:#2874C9;
	font-weight:bold;
	text-decoration:none;
}

.bn a{
	font-family:Arial;
	font-size:14px;
	color:#2874C9;
	font-weight:bold;
	text-decoration:none;
}

.bn a:hover{
	font-family:Arial;
	font-size:14px;
	color:#2874C9;
	text-decoration:UNDERLINE;
}


a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(../imagsite/buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #FF7200;
}
