body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ff9900;
}

.extend {
 height:100%;
}

.linkstop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
}

.linkstop a {
	color: #FFFFFF;
	text-decoration: none;	
}

.linkstop a:hover {
	color: #ff9900;
}

.blackbold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footerlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.footerlink:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.footertext {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.border {
	border: 3px solid #000000;
}

.newsHeadlineText {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #820000;
	text-decoration: none;
}


.newstext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #820000;
	text-decoration: none;
}

.callnumber {
	font-family: tahoma;
	font-size: large;
	color: #000000;
	text-decoration: none;
}

.linkNameText {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.headlinetext {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.text {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.heading1 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.vboxborder1 {
	border-top: 3px solid #FF0000;
}

.vboxborder2 {
	border-bottom: 3px solid #FF0000;
}


.hboxborder {
	
	border-right: 3px solid #FF0000;
	border-left: 3px solid #FF0000;
}

.leftborder {
	border-left:1px solid #000000;
}

/* links scroller */

#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 200px;
	overflow: hidden;
	border: 3px solid orange;
	padding: 2px;
	padding-left: 4px;
}
