#imgtop_repeat{
	background-repeat: repeat-x; 
}
body{
	 font-family: Arial, Verdana, Helvetica, sans-serif; 
	 background-image: url(../images/back.jpg); background-repeat: repeat;
	 margin-top: 0px;
} 
img_corner{
	background-repeat: no-repeat;
}
.tabs_menu{
	padding-left:50px;
	font-weight: bold;
	font-size: 12px;
	color: Gray;
}

.tabs_menu1{
	padding-left:20px;
	font-weight: bold;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: Gray;
}
a:hover{
	color: #DF7000;
	text-decoration: none;
}
a:active {
	 color: #AC0000;
}
a:link {
	color: #AC0000;
}
a:focus {
	color: #AC0000;
}

