INPUT.Button {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066ff;
	background: #F6F8F8;
	width : 60px;
	border-width : 1;
	height : 20px;
}	
INPUT{
	border-width : 1;
}
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	border-width : 1;
}
FORM {
	margin : 5px 0px 5px 0px;
}
.A1 {
	COLOR: #0066ff; TEXT-DECORATION: none
}
.TD1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 3px 3px 3px 3px;
}
.title {
	FONT-SIZE: 12px;
	text-align : center;
	font-weight : bold;
}
.head {
	FONT-SIZE: 12px;
	background-color : Silver;
	text-align : center;
	font-weight : bold;
	color : White;
}
.menu_text{
	FONT-SIZE: 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.error{
	color : Red;
	background-color : Yellow;
}
.info {
	color : Black;
	background-color : White;
}
.comment {
	font-size : 10px;
	color : Gray;
}
.no_indent {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
