/* CSS Document */

.text1 {
	font-size: 10pt;
	font-style: normal;
}
.link1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.link2 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.header_table {
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 1px
}

.main_table {
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 0px
}

.footer_table {
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 1px
}
