<!--



input {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 13px;
}

img {
	border		: 0px;
}

li {
	line-height	: 20px;
}

.listTitle {
	line-height	: 30px;
	list-style	: disc inside;
	color		: #903
}

.listContent {
	list-style	: none;
}

h1 {
	font-size	: 28px;
}

h2 {
	font-size	: 24px;
}

h3 {
	font-size	: 13px;
	margin		: 0px;
}

h4 {
	font-size	: 12px;
}

h5 {
	font-size	: 11px;
}

h6 {
	font-size	: 10px;
}

textarea {
	height		: 120px;
}



a:link {
	color		: #dd0055;
	text-decoration: none;
}
a:visited {
	color		: #dd0055;
	text-decoration: none;
}
a:hover {
	color		: #ff3377;
	text-decoration: underline;
}
a:active {
	color		: #ff3377;
	text-decoration: underline;
}



.menu_link:link {
	font-size	: 13px;
	color		: #999999;
	text-decoration: none;
}
.menu_link:visited {
	font-size	: 13px;
	color		: #999999;
	text-decoration: none;
}
.menu_link:hover {
	font-size	: 13px;
	color		: #ff9900;
	text-decoration: none;
}
.menu_link:active {
	font-size	: 13px;
	color		: #ff9900;
	text-decoration: none;
}




.pagebreak {
	page-break-after	: always;
	ddisplay			: none;
	visibility			: hidden;
}

.size15 {
	font-size	: 15px;
}

.size13 {
	font-size	: 13px;
}

.size12 {
	font-size	: 12px;
}

.size10 {
	font-size	: 10px;
}

.size9 {
	font-size	: 9px;
}

.size8 {
	font-size	: 8px;
}

.hidden {
	display		: none;
}

.remark {
	display		: none;
}


-->