body {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: arial;
}

.header1 {
	color: #ff6600;
	font-weight: bold;
	font-size: 18pt;
	margin: 10px 0px 20px 0px;
}

.header2 {
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 15px;
}

.note {
	font-size: 10pt;
	padding: 5px 0px 20px 0px;
}

.table_bg_image {
	background-image: url('../images/2ndlevel_background.jpg');
	background-repeat: no-repeat;
}

.table_title {
	padding: 5px 10px;
	background: #3366cc;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}

.table_content {
	padding: 5px 10px;
	background: #dddddd;
	color: #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.table_content2 {
	padding: 0px 0px 10px 0px;
}

.link1 a:link, .link1 a:visited {
	color: #000000;
	text-decoration: none;
}
.link1 a:active, .link1 a:hover {
	color: #000000;
	text-decoration: underline;
}
