/* Copyright 2003-2007 YY1983.COM */
/* Email : yoyo.chin@gmail.com */
/* MSN : yungchen1983@hotmail.com */

/* main */

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	color:#666;
	background-color: #fff;
	margin: 20px;
	border: 0px;
}

a {
	color:#004aaf;
}

a:hover {
	color:#ff7800;
	text-decoration:none;

}	


h1 {
	color:#004abe;
	height:30px;
	margin:5px 0;
	font-size:12pt;
}

h2 {
	color:#ff7800;
	border-bottom:dotted 1px #789DCE;
	font-size:10pt;
	padding-left:18px;
	background:url(images/jt.gif) no-repeat;
	background-position:0 2px;
}

h4 {
	color:#0000ff;
	height:30px;
	margin:5px 0 0 0;
	font-size:9pt;
}

.menu {
	margin:0px;
	height:100%;
	width:190px;
	float:left;
}

.menu ul {
	list-style-type:none;
	width:170px;
	border:0px;
	padding:0px;
	margin:10px 0px;
}

.menu li {
	font-weight:700;
	line-height:25px;
	padding-left:18px;
	background:url(images/jt.gif) no-repeat;
	background-position:0 8px;
	font-size:9pt;
}	

.main {
	float:left;
	width:70%;
	margin:0 10px;
	padding-left:15px;
	border-left: dotted 1px #eee;
}




