﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
body
{
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;}
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: 0;
	overflow: hidden;}
.none
{
	display: none;}
.block
{
	display: block;}
.mt10 {
    margin-top:10px;}
.mb10 {
    margin-bottom:10px;}
.pt10 {
    padding-top:10px;}