td {
	font-size: 9pt;
	font-family : Arial, Helvetica, sans-serif;
}
a:link,a:active,a:visited {
	color: Navy;
	text-decoration: none;
}
a:hover {
        color: #1E90FF;
        text-decoration: none;
}
.auth {
        vertical-align: top;
        background: #e9e9e9;
}
.msg {
	background: #e9e9e9;
}
.ans {
	background: #e9e9e9;
	text-align: right;
	font-size: 9pt;
	color: #FF0000;
	vertical-align: top;
}
.ans_msg {
	background: transparent;
	font-size: 9pt;
	color: Red;
}     
.in {
	background: White;
	border: 1px solid #666666;
	color: #000033;
}
.but {
        background: #999999;
        border: 1px solid #666666;
        font-weight: bold;
        color: #000033;
		cursor: hand;
}