.h1, .h2, .h3{
	font-weight: bold;
}
.h1{
	font-size: 12pt;
}
.h2{
	font-size: 10pt;
}
.h3{
	font-size: 8pt;
}

.h1 a, .h2 a, .h3 a{
	text-decoration: none;
	color: #2F5581;
}
.h1 a:hover, .h2 a:hover, .h3 a:hover{
	color: #FF9933;
}

.txt{
	font-size: 10pt;
}
.txt a{
	font-weight: bold;
	text-decoration: none;
	color: #2F5581;
}
.txt a:hover{
	color: #FF9933;
}
.txt_small{
	font-size: 8pt;
}
.space_left{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.space_right{
	padding: 5px;
	text-align: right;
	vertical-align: top;
}
.space_center{
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.line{
	width: 100%;
	height: 1px;
	background-color: #BDBDBD;
}
.pic_title{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
