﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/*
// ****************************************************************************
// 作者(Authors):
// 	sherwin zhu (sherwinzhu@hotmail.com)
//
// 描述(Description):
//	待添加
//
// 修订历史(History):
//	2006-11-19 Create sherwin zhu
//
// ****************************************************************************
*/

html
{
	min-width: 1024px;
}
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	background-position:center;
	background-repeat:repeat-y;
	font-family: 'Arial', 'Verdana', 'sans-serif', 'Times New Roman', 宋体;
	font-size: 12px;
}

div,span,form,ul,li,img,iframe{margin: 0px;border: medium none;padding: 0px;}
/*input,select,button{margin:0;padding:0;display:inline;}*/

table,td,p {font-size:12px; font-family:'Arial', 'Verdana', 'sans-serif', 'Times New Roman', 宋体;}
select,input {font-size:12px; font-family:'Arial', 'Verdana', 'sans-serif', 'Times New Roman', 宋体;}

.hide{ display:none}
.alignCen{margin-left:auto;margin-right:auto}
.fLeft{float:left}
.fRig{float:right}

a {color: #000000;font-family: 'Arial', 'Verdana', 'sans-serif', 'Times New Roman', 宋体;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:active {color: #000000;text-decoration: underline;}
a:hover {color: #006cd9;text-decoration: underline;}
