/* CSS Document */

#newsmask {
	position: absolute;
	width: 400px;
	height: 400px;
	clip:rect(0,390px,400px,0);
	left: 20px;
	top: 20px;
	overflow:hidden;
	z-index: 3;
}

#newscontent {
	position:absolute;
	left:0;
	top:0;
	width: 400px;
}

#newsitem {
	position:relative;
	top: 0px;
	left:0px;
	width: 330px;
	padding-bottom: 20px;
	z-index:4;
}


/* SCROLLER */

.scroll_border {
border : none;
	border-left : dashed 1px #979731;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
	line-height: 1px;
	text-decoration: none;
}



/* TYPE */




h2 {
color:#666666;
font-family:"Times New Roman", Times, serif;
font-size: 12px;
letter-spacing: 2px;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family:"Times New Roman", Times, serif;
  font-size: 11px;
  font-style:normal;
}

u {
  color:#979731;
font-family:"Times New Roman", Times, serif;
font-size: 13px;
letter-spacing: 0px;
font-weight: normal;
text-decoration:none;
}

strong {
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

.inline {
  display: inline;
}







