/* CSS Document */

ul {
/* value for all browsers */
	list-style-type: disc;
	list-style-image: url(/image/bullet.jpg);
/* value only for IE browsers */
	list-style-type: disc;
	list-style-image: url(/image/bullet.jpg);
	list-style-position: 5px 5px;
}
ul ul {
	list-style-type: disc;
	list-style-image: url(/image/bullet_sm.jpg);
}
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #0D204F;
	display:block;
	line-height: 18px;
}
.sub_header {
	font-size: 13px;
	color: #0D204F;
	font-weight: bold;
}
.bold_blue {
	color: #0D204F;
	font-weight: bold;
}
.imagepad_left {
	margin: 0px 0px 10px 10px;
}
.imagepad_right {
	margin: 0px 10px 10px 0px;
}
.sub_header_line {
	font-size: 13px;
	color: #0D204F;
	font-weight: bold;
	border-bottom: 1px dashed #0D204F;
	display: block;
}
