BODY {
	background-color: #333333;
	margin:0;
	color:white;
	font-family:tahoma;
	font-size:10;
}
INPUT{
	
	font-family:tahoma;
	font-size:10;
	border: 1px solid gray;	
}
TD{
  
}
A{
	color: Yellow;

}
.main_table_top{
	background: url(img/main_table_top.gif) no-repeat center;
	font-size:4;
	height: 17;
	width: 753;
}

.main_table{
	background-color: #3B3B3B;
	border-left: 1px solid #2E1F21;
	border-right: 1px solid #2E1F21;
	height: 400;
	padding: 5;
	vertical-align: top;
	padding: 12;
	text-align:center;
}

.main_table_bottom{
	background: url(img/main_table_bottom.gif) no-repeat center;
	font-size:4;
	height: 17;
}

.th1_left{
	background: url(img/th_left.gif) no-repeat bottom;
	width:15;
	font-size: 5;
}

.th1_middle{
	background: url(img/th_middle.gif) repeat-x bottom;
	font-size: 10;
	padding-top: 1;
	color: Black;
	height: 17;
	padding-left: 2;
	width:300;
}
.th1_middle A{
	color: Black;
	font-weight: bolder;

}

.th1_right{
	background: url(img/th_right.gif) no-repeat bottom;
	width: 4;
	font-size: 5;
}

.td1_left{
	background: url(img/td_left.gif) repeat-y center;
	width:15;
}

.td1_middle{
	font-size: 10;
	width:300;
	text-align:justify;
	padding: 4;
	background: #4F4F4F;
	vertical-align: top;
}

.td1_right{
	background: url(img/td_right.gif) repeat-y center;
	width: 4;
}

.tdb_left{
	background: url(img/tdb_left.gif) no-repeat center;
	width:15;
	font-size: 5;
}

.tdb_middle{
	font-size: 5;
	background: url(img/tdb_middle.gif) repeat-x top;
}

.tdb_right{
	font-size: 5;
	background: url(img/tdb_right.gif) no-repeat center;
	width:4;
}

.footer{
	
	font-size: 10;
	color:#555555;
	text-align:right;
}

.page_title{
  font-size:16;
  font-weight:bold;
  color:#7081A7;
	background: url(img/folder.gif) no-repeat top left; 
	padding-left: 40;
	vertical-align:middle;
	height:32;
	padding-bottom:20;
	font-family:verdana;
	text-transform:uppercase;
}

.newsdiv{
	height: 300;
	overflow: auto;
	padding-left: 15;
	padding-right: 15;
	width:410;

}

.page_item{

	width: 20;
	height: 20;
	font-weight: bolder;
	text-align: center;
	color: white;
	padding-left: 1;
}

.page_item_on{
	border: 1px solid white;
	font-weight: bolder;
	width: 20;
	height: 20;
	text-align: center;
	color: white;
	padding-left: 0;
}
