/* CSS STYLE */
TD {
	font-family: Tahoma;
	font-size: 11px;
}
TABLE {
	border-width: 0px; 
}
IMG {
	vertical-align: bottom;
	border: 0px; 
}
A:link {	color: #FFFFFF; text-decoration: underline }
A:active {	color: #c0c0c0; text-decoration: underline }
A:visited {	color: #FFFFFF; text-decoration: underline }
A:hover {	color: #FFFFFF; text-decoration: underline }
A.top:link {	color: #FFFFFF; text-decoration: none }
A.top:active {	color: #c0c0c0; text-decoration: none }
A.top:visited {	color: #FFFFFF; text-decoration: none }
A.top:hover {	color: #FFFFFF; text-decoration: underline }

IMG.icon {
	margin-left: 4px; margin-right: 4px;
	vertical-align: text-top;
}
IMG.middle {
	margin-left: 8px; margin-right: 4px;
	vertical-align: middle;
}

/* paragraph */
P {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 12px; 
}
P.title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px; margin-bottom: 0px;
}
TABLE.title {
	border: 0px; padding: 0px; margin: 0px;
	width: 100%; height: 27px;
}

P.desc {
	text-indent: 10px; 
}
P.descT {
	text-indent: 10px;
	font-weight: bold;
}
P.list {
	text-indent: -10px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
P.pnews {
	text-indent: 0px;
	margin-top: 0px;
	font-size:11px; 
}
.code {
	font-family: Courier New;
	font-weight: bold;
	font-size: 13px;
}
P.pForm {
	text-size: 11px;
}
/* */
.unbold {
	font-weight: normal;
}

