@charset "UTF-8";
/* CSS Document */
body  {
 color: #333;
 font-size: 11pt;
 line-height: 20pt;
 background-color: white;
}
a:link { color: #06f }
a:visited { color: #06f }
a:hover { color: #00f }
a:active { color: #06f }

h4 { color: #666; font-size: 10pt; font-weight: normal; line-height: 10pt }
h5 { color: #666; font-size: 10pt; font-weight: normal; line-height: 10pt }
.gray-s { color: #666; font-size: 9pt; line-height: 15pt }
.white-s {
	color: #FFF;
	font-size: 9pt;
	line-height: 15pt
}
