/* CSS Document */

body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	margin:0px;
	padding:0px;
	/*letter-spacing: 0.01em;*/
}

/* hide text into BG */
.hide {
	color:#AFBDD2; 
	font-weight: normal;
	font-style: normal;
	font-size: 4pt;
	line-height:4pt;
}

/* title text */
.title {
	color:#125E85; 
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	line-height:12pt; 
}

/* title text ID*/
#popupTitle {
	color:#125E85; 
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	line-height:12pt; 
}

/* news title text */
.nTitle {
	color:#666666; 
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	line-height:10pt; 
}


/* small title text */
.smallTitle {
	color:#125E85; 
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height:13pt; 
}

.smallTitle a {
	/*color:#0033FF; */
	color:#006699; 
	text-decoration: underline;
}

.smallTitle a:hover {
	/*color:#0033FF; */
	color:#006699; 
}

/* normal text */
.normal {
	color:#666666; 
	font-weight: normal;
	font-style: normal;
	/*font-size: 6pt;
	line-height:7pt;*/
	font-size: 10pt;
	line-height:12pt;
}

.normal a {
	color:#006699; 
	text-decoration: underline;
}

.normal a hover {
	color:#006699; 
}

/*link="#006699" vlink="#517C99" alink="#006699"

/* sub text */
.sub {
	color:#4F78A0; 
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	line-height:9pt;
}

/* filling gap text */
.gapfiller {
	color:#C6D5ED; 
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
