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

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
	color:#666;
}

a:link, a:visited {
	color:#3399CC;
	text-decoration:none;
}

a:hover {
	color:#A3D2E9;
}

.txtM {
	font-size:80%;
}

.txtMem {
	font-size:80%;
	font-weight:bold;
}

/* safari only \*/
html:\66irst-child .txtM {
	font-size:75%;
}
/* safari only \*/

.lh120 {
	line-height:1.2;
}

.lh130 {
	line-height:1.3;
}

.lh140 {
	line-height:1.4;
}

.lh150 {
	line-height:1.5;
}

.lh160 {
	line-height:1.6;
}

.lh170 {
	line-height:1.7;
}

.red {
	color:#CC0000;
}

.blue {
	color:#0066CC;
}

.green {
	color:#006600;
}

.em {
	font-weight:bold;
	color:#333;
}

.ind {
	text-indent:-1em;
	margin-left:1em;
}

strong {
	font-weight:normal;
}

.larger {
	font-size:larger;
}