/* CSS Document */

td#mainImage{
	background-image:url(images/category_title.jpg);
}


/* news index */

form{
	text-align:right;
	margin:0px 0px 15px 0px; 
	padding:0;
}

DIV.newsBox{
	font-size:11px;
	clear:both;
	border-bottom:dotted 1px #999999;
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
}
DIV.newsBox P{
	margin : 0px;
}

.newsDay .ir, .newsDay .fn, .newsDay .mf, .newsDay .gold, .newsDay .other{
	width:50px;
	float:left;
	margin:0;
	padding:0px 10px 0px 86px;	
}
.newsDay .ir{ 	background:url(images/news_tag_ir.gif) left center no-repeat; }
.newsDay .fn{ 	background:url(images/news_tag_fn.gif) left center no-repeat; }
.newsDay .mf{ 	background:url(images/news_tag_mf.gif) left center no-repeat; }
.newsDay .gold{ 	background:url(images/news_tag_gold.gif) left center no-repeat; }
.newsDay .other{	background:url(images/news_tag_other.gif) left center no-repeat; }

.digestText{
}


/* news dairy */

h2.newsTitle{
	height : 23px;
	margin : 0px 0px 8px 0px;
	padding : 3px 0px 0px 4px;
	background : url(images/news_titlebg.gif) 0 0 repeat-x;
}

.day{
	text-align:right;
	margin-top:10px;
}

.backtoIndex{
	text-align:center;
	margin-top:40px;
}