﻿body 
{
	margin:0 auto;
	border:0px;
	border-collapse:collapse;
	border-spacing:inherit;
	font-size:12px;
	color: #000000;
	background-color:#fff;
}

img{
	border:0;
}

form{
	margin:0;
	padding:0;
	list-style:none;	
}

input{
	color:#666;	
}


A:link {
	color: #000;
	text-decoration:none;
	outline:none;		
}

A:visited {
	color: #000;
	text-decoration: none;
	outline:none;
}

A:hover,active{
	color: #FF0000;
	text-decoration: none;
	outline:none;	
}

.link1 A:link {
	color: #000;
	text-decoration:none;
	outline:none;		
}

.link1 A:visited {
	color: #fff;
	text-decoration: none;
	outline:none;
}

.link1 A:hover,active{
	color: #FF0000;
	text-decoration: none;
	outline:none;	
}

.btnoff
{
	text-align:center;
	background:url(../images/btnbg.gif) no-repeat;
	width:79px;
	height:22px;
	line-height:22px;
	cursor: hand;
	color:#fff;
	border:0;
	font-size:13px;
	
}
.btnon
{
	text-align:center;
	background:url(../images/btnbg2.gif) no-repeat;
	width:79px;
	height:22px;
	line-height:22px;
	cursor: hand;
	color:#fff;	
	border:0;
	font-size:13px;
}
.normal
{
	color:#666;
	font-size:12px;
	
	}
