* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #000000;
	background-image: url(img/bgimage.gif);
	background-repeat: repeat-x;
}

.wall{
background-image: url(img/base/back.jpg);
background-repeat: repeat-y;
}

.cell{
background-color: #f5f5f5;
}

a.f-navimenu:link{
color: #d3d3d3;
text-decoration: none;
}
a.f-navimenu:visited{
color: #d3d3d3;
text-decoration: none;
}
a.f-navimenu:hover {
color: #bdb76b;
text-decoration: none;
}

a.sitemap:link{
color: #696969;
text-decoration: none;
}
a.sitemap:visited{
color: #696969;
text-decoration: none;
}
a.sitemap:hover {
color: #000000;
text-decoration: none;
}

a.annnai:link{
color: #000000;
text-decoration: none;
}
a.annnai:visited{
color: #000000;
text-decoration: none;
}
a.annnai:hover {
color: #daa520;
text-decoration: none;
}

.rss_box {
	padding: 6px;
	width: 460px;
	background-color: #fff;
	border: 1px solid #999999;
}

.rss_name{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
    margin-left:4px;
    margin-bottom:2px;
}


.rss_name_desc{
	font-size: 11px;
	color: #666666;
    margin-left:4px;
}


.rss_sub_box {
	background:#f0fff0;
	text-align:left;
    padding:4px;
    margin-top:6px;
}

.rss_item {
	padding-right: 0px;
	font-weight : normal; 
	font-size:9px;
	padding-bottom: 2px;
	color: #999;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #333;
}

.rss_title {
	line-height:120%;
	text-align:left;
	font-size:12px;
    	color:#696969;
}

.rss_desc {
	line-height:120%;
	text-align:left;
	font-size:12px;
    color:#666666;
    font-size:11px;
}

.rss_date {
	color: #999;
	line-height:120%;
	text-align:left;
	font-size:9px;
}

ul#localNav{
	margin-top: 0px;
	margin-bottom: 60px;
	border-left: 1px solid #808080;
	width: 356px;
}

ul#localNav li{
	float: left;
	width: 70px;
	text-align:center;
	font-size:12px;
	border-right: 1px solid #808080;
}

ul#localNav li a:link{
	color: #d3d3d3;
	text-decoration: none;
}
ul#localNav li a:visited{
	color: #d3d3d3;
	text-decoration: none;
}
ul#localNav li a:active{
	color: #d3d3d3;
	text-decoration: none;
}
ul#localNav li a:hover { 
	color: #bdb76b;
	text-decoration : underline;
}

