td,body {
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 18px;
}
a:link {
	font-size: 12px;
	color: #4B4B4B;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}
.bt {
	font-size: 9pt;
	
	background-color: #FFFFFF;
	
	color: #003366;
	border: 1px solid #333333;



}
.tx {
    font-size: 9pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #EEEEEE;
	cursor: text;
	color: #003366;
	border-right:1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-top: 1px solid #0099FF;
	border-left: 1px solid #0099FF;

}

.tx1 {
	height: 90px;
	font-size: 9pt;
	color: #0000FF;
	border-top: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	cursor: text;
	background-color: #eeeeee;

}

