/* Basic Style */

body
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Arial" , "MingLiU" , "PMingLiU";
	font-size: 12px;
	text-align: center;
	color: #666;
}
select
{
	font-size: 12px;
}

/*
h1, h2, h3, h4, h5, h6, ol, li, form, p, input, fieldset
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}
*/

ul
{
	margin: 0;
	padding-left: 18px;
	list-style: url(/BLOG/images/closed.gif);
	font-weight: normal;
	font-size: 12px ;
}

li
{
	margin: 0;
	padding-left: 0;
	padding-bottom : 1px;
	font-weight: normal;
	font-size: 12px;
}

fieldset
{
	border: none;
}
em, cite
{
	font-style: normal;
}
img
{
	border: none;
}
fieldset, legend
{
	border: solid 0px white;
	margin: 0;
	padding: 0;
}
legend
{
	display: none;
}
input, input[type=checkbox] label
{
	width: auto;
	display: inline;
	cursor: hand;
}
input[type=text]
{
	font-family: "Verdana";
}
input[type=radio]
{
	width: 2em;
	position: relative;
	top: .2em;
}
th, td
{
	font-size: 12px;
	vertical-align: top;
}
a
{
	color: #00b;
}
a:hover
{
	color: #f03;
}

.font16
{
	font-size: 16px;
}
