@charset "utf-8";


/* CSS Document */





body {


	margin:0 0 0 0;


	background-image:url(images/body-bg.gif);


	background-repeat: no-repeat auto;


	background-attachment:fixed;


	background-position: center;


	color: #333333;


	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	padding: 0 0 0 0;


	min-width: 768px;


	height: 100%;


	margin-left:auto;


	margin-right:auto;


   }


   


 .table {


	margin:0 0 0 0;


	padding: 0 0 0 0;


	min-width: 768px;


	margin-left:auto;


	margin-right:auto;


   }





.tableIndex {


	margin:0 0 0 0;


	padding: 0 0 0 0;


	min-width: 100%;


	min-height: 100%;


	margin-left:auto;


	margin-right:auto;


   }





.IndexContent {


	height:100%;


	width: 100%;


	}





.newsbg {


	background-image:url(images/news-bg.gif);


	background-position: fixed;


	background-repeat: no-repeat auto;


	width:258px;


	padding:5px 5px 5px 5px;


}





.newsbg2 {


	background-color:#FFFFFF;


	background-position: fixed;


}





.newsbg3 {


	background-image:url(images/news-bg3.gif);


	background-position: fixed;


	background-repeat: no-repeat auto;


	width:258px;


	padding:5px 5px 5px 5px;


}





.newsbg4 {


	background-image:url(images/news-bg3.gif);


	background-position: fixed;


	background-repeat: no-repeat auto;


	width:258px;


	padding:5px 5px 5px 5px;


}





.indexbg {


	background-image:url(images/index-bg.gif);


	background-position: fixed;


	background-repeat: no-repeat auto;


	width:258px;


	padding:5px 5px 5px 5px;


}





.content {


	width: 510px;


	text-align:justify;


	font-family:Verdana, Arial, Helvetica, sans-serif;


	padding: 5px 25px 5px 25px;


	font-size:12px;


	background-color:#FFFFFF;


}





.index-content {


	width: 510px;


	text-align:justify;


	font-family:Verdana, Arial, Helvetica, sans-serif;


	padding: 5px 25px 5px 25px;


	font-size:12px;


	background-image:url(images/index-bg.gif);


	background-position: fixed;


	background-repeat: no-repeat auto;


}





.footer {


	height:30px;


	text-align:center;


	font-family:Arial, Helvetica, sans-serif;
	
	font-size:11px;


	background-image:url(images/footerbg.gif);


}





.footer2 {


	height:50px;


	text-align:center;


	font-family:Arial, Helvetica, sans-serif;


	background-image:url(images/footerbg2.gif);


}





.newsbold {


	text-decoration:underline;


	font-size:12px;


	font-weight:bold;


)