@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("two_column_layout.css");

h3 {
	margin-top: 15px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

div.main_inner p {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

h4 {
	font-size: 100%;
	font-weight: normal;
}

h4 img {
	margin:  0px 2px -1px 0px;
}

h4 a {
	color: #333;
	text-decoration: none;
}
h4 a:link {
	text-decoration: none;
}
h4 a:visited {
	text-decoration: none;
}
h4 a:active {
	text-decoration: none;
}
h4 a:hover {
	color: #333;
	text-decoration: none;
}

ul.number,
ul.disc {
	margin: 5px 0px 10px 0px;
	padding-left: 40px;
}

ul.number li,
ul.disc li {
	margin-top: 5px;
	padding: 0px;
}

ul.number li {
	list-style-type: decimal;
}

ul.disc li {
	list-style-type: disc;
}

hr {
	margin: 25px 0px;
	color: #fff;
	border-top: 1px solid #999;
}

hr.notop {
	margin: 0px 0px 25px 0px;
	color: #fff;
	border-top: 1px solid #999;
}
