.text_input {
	border: 1px solid #999999;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.text_show {
	font-size: 9pt;
	text-decoration: none;
	color: #333333;
}
.submit {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}


A:link {text-decoration: underline; color:#000000;font-size:12px}
A:active {text-decoration: underline; color:#000000;font-size:12px}
A:visited {text-decoration: underline; color:#000000;font-size:12px}
A:hover 
{	text-decoration: none; 
	color: red;
	font-size:12px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	position: relative;
	top: 1px;
	left: 1px;
}