﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th, td, font
{
	font-size: 12px;
}
a, a:link
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: underline;
}
img
{
	border-width: 0;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clear
{
	clear: both;
	height:1px;
	overflow: hidden;
}
.hidden{ display:none;}
.al
{
	text-align: left;
}
.ar
{
	text-align: right;
}
.ac
{
	text-align: center;
}
.none
{
	display: none;
}
.block
{
	display: block;
}
.abs
{
	position: absolute;
}
.flow
{
	overflow: hidden;
}
.wto
{
	margin-right: auto;
	margin-left: auto;
}
.hto
{
	height: 100%;
}
.str
{
	font-weight: bold;
}
.nor
{
	font-weight: normal;
}
.s14
{
	font-size: 14px;
}
.s12
{
	font-size: 12px;
}
.red
{
	color: #f00;
}
.mt10 {
    margin-top:10px;
}
.pt10  {
    padding-top:10px;
}