/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0em;
margin: 0em;
}


body
{
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	}

p{
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px 40px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:20px;
	color: #FFF;
	padding:10px 0px 10px 5px;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:20px;
	color: #CCC;
	padding: 5px 5px 5px 15px;
}
.style3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding:5px 25px 5px 15px;
}
.style4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F90;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 25px 10px 25px;
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 16px;
	padding: 5px 25px 0px 15px;
}
.style9 {
	font-family: "微軟正黑體", Arial;
	font-size: 9px;
	line-height:10px;
	color: #666;
	padding: 10px 0 0 50px;
}
.table3{
	background-color:#CCC;
	color:#000;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
	background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;	
}
.table4{
	background-color:#555;
	color:#f0f0f0;
	border-bottom:1px solid #444;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
	background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
}


a
{
	color: #FFF;
	text-decoration: underline;
	font-family: "微軟正黑體", Arial;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0px 10px 2px;
}

a:hover
{
	text-decoration: none;
	color: #999;
}

h1
{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	padding-top:10px;
	padding:10px 0px 10px 5px;
	font-weight: bold;
}
h2
{
	font-size: 20px;
	font-family: "微軟正黑體", Arial;
	color: #0FC;
	margin: 10px 0px 0px 20px;
}
h3
{
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	margin: 0px 0px 0px 15px;
}
h4
{
	font-size: 70px;
	padding:0px 0px 10px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	
}

.y1 {
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding:10px 10px 10px 10px;
}
