@charset "UTF-8";
/* CSS Document */

body {
	line-height: 1.4;
	color: #333333;
	background: #FFFFFF;
}
.content {
	font-size: 0.8em;
}
p {
	line-height: 1.7;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.text-white {
	color: #FFFFFF;
}
.text-red {
	color: #FF0000;
}

.inftitl{
 font-size: 11pt;
}

.infgr {
	color: #006600;
	font-size: 10pt;
}

.infgbr {
	color: #003300;
	font-weight: bold;
}
