body {
	background-color: #ffffff;
	background-image:url(bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
}

.top_bg{
	background-image:url(top.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:118px;
}
.nav_bg{
	background-image:url(nav_bg.gif);
	background-repeat:no-repeat;
	width:980px;
	height:46px;
}
.header_top{
	background-image:url(header_top.gif);
	background-repeat:no-repeat;
	width:960px;
	height:100px;
}
.header_left{
	background-image:url(header_left.gif);
	background-repeat:no-repeat;
	width:30px;
	height:447px;
}
.header_right{
	background-image:url(header_right.gif);
	background-repeat:no-repeat;
	width:30px;
	height:447px;
}
.header_bottom{
	background-image:url(header_bottom.gif);
	background-repeat:no-repeat;
	width:960px;
	height:16px;
}
.fotter_bg{
	background-image:url(fotter_bg.gif);
	background-repeat:repeat-x
	width:100%;
	height:161px;
}
.fotter_txt{
	text-align:center;
	font-size:10px;
	color:#898989;	
	padding-top:10px;
}
.txt_white{
	color:#FFFFFF;
	
}
.txt_blue{
	color:#008be7;
}
.txt_yellow{
	color:#d4a017;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

.small {
	font-size: 11px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:none;
	
}
a:link {
	color: #008be7;
	text-decoration:underline;
}
a:visited {
  color: #008be7;
}
a:hover {
  color: #111111;
  text-decoration:underline;
}
a:active {
	color: #008be7;
}

img{
	border: none;
}

/* SITE BY iLINKS  */



/*
		 * Required 
		*/
		.container { width:900px; height:389px; overflow:hidden; position:relative; cursor:pointer; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; center:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:900px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:900px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:23px 0px 0px 350px; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { 
			width:13px;
			height:13px;
			display:block;
			background:url(slide_button_1.gif);
			margin:0 5px 0 0;
		}
		ul.pagination li.active a {
			background:url(slide_button_2.gif);
		}
.slides a:link,
.slides a:visited{
	display:block;
}
