/* General */

BODY {
	background-color: #FFF0F0;
	scrollbar-arrow-color: #aaa0a0;
	scrollbar-base-color: #FFF0F0;
	scrollbar-darkshadow-color:pink;
	scrollbar-highlight-color:pink;
	scrollbar-shadow-color:pink;
	scrollbar-track-color:#ffffff;
}

/* Link */

A:link {color: #fb2b85}
A:visited {color: #777777}
A:active {color: #FF00FF}
A:hover {color: #ff0000;background-color: #ffff88;}

/* Title */

H1 {
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #008000;
}

H1.g {
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

/* Sub-Title */

H2 {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 0pt;
	color: #800000;
}

H2.g {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 0pt;
	color: #008000;
}

H3 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 12pt;
	color: #800000;
}

H3.g {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 0pt;
	color: #800000;
}

H4 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-indent: 20pt;
	color: #800000;
}

/* Text */

p {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 15pt;
}

p.c {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #0000aa;
	margin: 2pt;
	line-height: 11pt;
}

p.d {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 4pt;
	line-height: 12pt;
}

p.m{line-height: 10pt;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

p.t{font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	margin: 1pt;
	margin-left: 24pt;
}

p.a{line-height: 18pt;
	text-align: center;
	font-size: 16pt;
	font-style: italic;
	color: #000080;
	font-weight: bold;
}

blockquote{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0pt;
	;margin-left: 24pt;
	line-height: 12pt;
}

li{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0pt;
	line-height: 12pt;
}