body{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
	background-image: url(../img/background_copy.jpg);
	background-repeat: repeat-x;
}
*html img{BEHAVIOR: url(js/png.htc);}
.top_top{
	background-image: url(../img/top_top.png);
	background-repeat: repeat-x;
	font-size: 1px;
}
.top_bot{
	background-image: url(../img/top_bot.png);
	background-repeat: repeat-x;
	font-size: 1px;
}
.top_left{
	background-image: url(../img/top_left.png);
	background-repeat: repeat-y;
	font-size: 1px;
}
.top_right{
	background-image: url(../img/top_right.png);
	background-repeat: repeat-y;
	font-size: 1px;
}
.right_wall{
	background-image: url(../img/right_wall.gif);
	background-repeat: repeat-y;
}
.left_wall{
	background-image: url(../img/left_wall.gif);
	background-repeat: repeat-y;
}
.footer_md{
	background-image: url(../img/footer/footer_md.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.vert_line{
	background-image: url(../img/vert_line_dotted.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 1px;
}
/*######### LINKS ##########*/
.link1{
	font-size: 11px;
	color: Navy;
	text-decoration: none;
}
.link1:hover{
	color:White;
}
.link2{
	font-size: 11px;
	color: Navy;
	text-decoration: underline;
}
.link2:hover{
	color:White;
	text-decoration: none;
}
.link3{
	font-size: 11px;
	color: Navy;
	text-decoration: none;
}
.link3:hover{
	text-decoration: underline;
}
.link4{
	font-size: 10px;
	color: Navy;
	text-decoration: none;
}
.link4:hover{
	text-decoration: underline;
	color: White;
}
.link5{
	font-size: 10px;
	color:#828993;
	text-decoration: underline;
}
.link5:hover{
	text-decoration: none;
	color:#008000;
}
.link6{
	font-size: 11px;
	color: White;
	text-decoration: underline;
}
.link6:hover{
	color: White;
	text-decoration: none;	
}
/*######### FONTS ##########*/
.text1{
	font-size: 11px;
}
/*######### INPUTS ##########*/
.input{
	border: 1px solid Black;
	background-color: White;
	height: 18px;
	width: 150px;
}
/*######### news ##########*/
.news_md{
	background-image: url(../img/news/news_md.gif);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	font-size: 11px;
}
.news_md a{
	color: Blue;
	text-decoration: underline;
}
.news_md a:hover{
	color: Maroon;
	text-decoration: none;
}
.comments_bg{
	background-image: url(../img/news/comments_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.comments_bg2{
	background-image: url(../img/news/comments_bg2.gif);
	background-repeat: repeat;
}