td {
	font-size: 9pt;
	line-height: 20px;
	letter-spacing: 1px;
	color: #666666;
}

a {text-decoration: none; color: #003366}
a:link         {text-decoration: none; color: #003366}
a:visited      {text-decoration: none; color: #003366}
a:active       {text-decoration:underline; color: #ff6600}
a:hover        {text-decoration:underline; color: #FF6600}

FORM {	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
SELECT {
	font-size: 12px;
	color:#666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
input{
	font-size: 12px;
	color:#666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
textarea{
	font-size: 12px;
	color:#666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


