/* CSS Document */
.NewsTbl {
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	width: 200px;
	
}
.NewsTblTopCell{
	background-color:#B84747;
	color:white;
	font-weight: bold;
	padding:3px;

}
.NewsTblLowCell{
	padding:3px;
	border-top: 1px solid #CCCCCC;
}

.NavYellowGreyBorder{
	display: block;
    text-decoration: none;
	background-color:#FFFF99;
	border: 1px dotted #CCCCCC;
	width: 135px;
	text-align: center;
	padding: 3px;
	
}

.GreyLine{
	border: 1px solid #999999;
	width: 100px;
}

.SideLines{
	border:1px solid #999999; 
	border-width: 0px 1px;
	height: 2px;
}
.tblContentFrame{
	width: 699; 
	margin-left:8px; 
	margin-top:0px; 
	border:1px solid #CC3300; 
	border-width: 0px 1px 1px 1px;
}
