body  {
	margin-top : 10px;
	margin-bottom : 10px;
	font-family : Arial,sans-serif;
}

p,div,td  {
	font-size : 12pt;
	font-family : Arial,sans-serif;
	line-height : 16pt;
}

ul,ol,li  {
	font-size : 11pt;
	font-family : Arial,sans-serif;
	line-height : 16pt;
	text-align : left;
}

p.remark  {
	font-size : 9pt;
	color : #006633;
	font-family : Arial,sans-serif;
}

p.detail  {
	font-size : 10pt;
	color : #006600;
	font-family : Arial,sans-serif;
}

h1  {
	font-size : 20pt;
	font-family : Arial,sans-serif;
	font-weight : bold;
	color : #008080;
	line-height : 25pt;
}

h2  {
	font-size : 16pt;
	font-family : Arial,sans-serif;
	font-weight : bold;
}

h3  {
	font-size : 14pt;
	font-family : Arial,sans-serif;
	font-weight : bold;
}

h4  {
	font-size : 12pt;
	font-family : Arial,sans-serif;
	font-weight : bold;
}

A:link  {
	color : #6600FF;
	text-decoration : underline;
	font-weight : bold;
}

A:visited  {
	color : #663399;
	text-decoration : underline;
}

A:hover  {
	background : yellow;
	color : #000000;
}

A:active  {
	color : #FF33FF;
	text-decoration : none;
}

