﻿.Footer_content
{
	font-size: 12px;
	 text-align: center;
	 height:24px;
     line-height:24px;
	 width:1000px;
}

.link
{
    margin:0 auto;
	font-size: 12px;
	 text-align: center;
	 height:2px;
     width:400px;
     line-height:2px;
     overflow:hidden;
}

.col1
{
	color: #808080;
}

.col2
{
	color: #FB7F2B;
}

.Bottom_line
{
	width: 1000px;
	height:2px;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    background-color: #FB7F2B;
}

.link a
{
	text-decoration:none;
	color: #808080;
}

.link a:hover
{
	color: #FB7F2B;
	text-decoration:underline;
}

