﻿/* ---------- Tags ---------- */
body,div,span,th,td,p,li,ul,ol,select,option,input,textarea{
	font-family:'Tahoma','Arial','新細明體';
	font-size:12px;
}
body{
	margin:0;padding:0;
	background:#b4b6c3;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Tahoma','Arial','MS Sans';
	font-weight:normal;
	line-height:150%;
	margin:0;padding:0;
	color:#333333;
}
h1{
	display:none;
}
h2{
	display:none;
}
map{
	display:none;
}
a:link{
	color:#333333;
	text-decoration: none
}
a:active{
	color:#cc3333;
	text-decoration: none
}
a:visited{
	color:#333333;
	text-decoration: none
}
a:hover{
	color:#cc3333;
	text-decoration: underline
}

select,option{
	margin:0;padding:1px;
}
input[type='button'],input[type='reset'],input[type='submit']{
	margin:0;padding:1px;
}
input[type='text'],input[type='password']{
	margin:0;padding:1px;
}
textarea{
	margin:0;padding:1px;
}
hr{
	width:100%;height:1px;
	border:none;
	background:#8199b7;
	color:#8199b7;
}
