/*style01.css */
/* 白色四方亂紋 */
/*2008 - 2010 Phortech International Enterprises Ltd. Style */

body {
	background-image: url("../images/bg/bg-2.gif");
	background-repeat: repeat;
	font-family: "Arial", "新細明體";
	font-size: 13px;
	color: #000;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.title01{
	font-family: Arial;
	font-size: 24px;
	color: #000066;
	font-weight: bold;
}
.addtitle01{
	font-style: italic;
}

.title02{
	font-size: 18px;
	color: #008000;
	font-weight: bold;
}

.title03{
	font-size: 14px;
	color: #008000;
	font-weight: bold;
}

.item{
	font-family: Arial;
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}

.subTitle{
	font-weight: bold;
	text-decoration:underline;
}

.maintable{
	border:solid 1px #000;
}

.menulist{
	background: #fff;
}

.itemBold{
	font-weight: bold;
	font-size: 11px;
}
.itemBold2{
	font-weight: bold;
}

.itemPhortech{
	color: #000066;
}

.tableBBorder{
	border-bottom: solid 1px #000;
}

.tableRBorder{
	border-right: solid 1px #000;
	background: #efefef;
}

/* table padding */
.OneRowPad{
	padding: 0px 0px 5px 0px;
}
.upPad{
	padding: 10px 0px 0px 0px;
}
