body {
	background-image: url(/images/bg_subpage.gif);
	margin: 0px 0px 0px 0px;
}

body, td {
	font-size: 10pt;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* redefine tags */

a {
	color: #266AAC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 1px solid #e5e5e5;
	height: 1px;
}

h1 {
	font-size: 22px;
	color: #2C6EAC;
	height: 40px;
}

h2 {
	font-size: 20px;
	color: #2C6EAC;
}	

h3 {
	font-size: 16px;
	color: #2C6EAC;
}

/* ID */

#hotlink {
	height: 250px;
	left: 928px;
	position: absolute;
	top: 90px;
}

#maincontent {
	height: 440px;
	padding: 30px 30px 40px 40px;
	vertical-align: top;
	width: 700px;
}

#mainmenu {
	height: 150px;
	left: 220px;
	position: absolute;
	top: 50px;
	width: 700px;
	z-index: 1;
}

#mainsubmenu {
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	height: 30px;
	left: 220px;
	position: absolute;
	top: 90px;
	width: 700px;
	z-index: 1;
}

#trail {
	border-bottom: 1px solid #E5E5E5;
	color: #887C5B;
	font-family: "Arial";
	font-size: 9pt;
	height: 30px;
	padding-left: 28px;
	padding-top: 6px;
	vertical-align: middle;
	width: 700px;
}

#trail a {
	color: #887C5B;
	text-decoration: none;
}

#trail a:hover {
	color: #887C5B;
	text-decoration: underline;
}

/* margin & padding */

div.pl_1 {
	padding-left: 15px;
}

/* table cell and border color */

.tb_gray_b {
	border-bottom: 1px solid #D5D5D5;
}

.td_gray {
	background-color: #D5D5D5;
}

.td_gray_r {
	background-color: #D5D5D5;
	border-right: 1px solid #FFFFFF;
}

.td_silver {
	background-color: #F5F5F5;
}

.td_silver_r {
	background-color: #F5F5F5;
	border-right: 1px solid #D5D5D5;
}

.td_white {
	background-color: #FFFFFF;
}

.td_white_r {
	background-color: #FFFFFF;
	border-right: 1px solid #D5D5D5;
}

