@charset "UTF-8";

* {  box-sizing: border-box !important; line-height: 14px !important; }

BODY {
	font-family: Times New Roman, Serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../../images/c3_p.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 8px 8px 8px 8px;
}

h2 {
	text-align: RIGHT;
	margin: 0 0 8px 0;
}
h4 {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	background-image: url('../../images/new_top.gif');
	background-position: TOP RIGHT;
	background-repeat: no-repeat;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 4px 4px 4px 68px;
	font-size: small;
	list-style-image: url('../images/G_YELLOW.gif');
	background-color: #FFFFFF;
	background-image: url('../images/melonbut.gif');
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: 4px;
}
hr {
	width: 100%;
	height: 1px;
	border-width: 1px;
	border-color: #333333;
	border-style: dashed;
}
div {
	text-align: CENTER;
	margin: 0 AUTO;
}
p {
	margin: 0 0 16px 0;
} 
a:hover {
 	cursor: pointer !important;
 }