body {
        background: #DBE7FE;
        font-family: verdana;
        font-size: 10pt;
        color:  Navy;
        scrollbar-face-color: #afafd8;
        scrollbar-shadow-color: #afafd8;
        scrollbar-highlight-color: #d6d6eb;
        scrollbar-3dlight-color: Navy;
        scrollbar-darkshadow-color: Navy;
        scrollbar-track-color: #d6d6eb;
        scrollbar-arrow-color: Navy;
}
td {
        font-size: 10pt;
}
a:link,a:active,a:visited {
        color: Navy;
        text-decoration: none;
}
a:hover {
        color: #000033;
        text-decoration: none;
}
.auth {
        vertical-align: top;
        background: #afafd8;
}
.msg {
	background: #E1E1FF;
}
.ans {
	background: #d6d6eb;
	text-align: right;
	font-size: 9pt;
	color: #FF0000;
	vertical-align: top;
}
.ans_msg {
	background: transparent;
	font-size: 9pt;
	color: #FF0000;
}     
.in {
	background: White;
	border: 1px solid Navy;
	color: #000033;
}
.but {
        background: #afafd8;
        border: 1px solid Navy;
        font-weight: bold;
        color: #000033;
        cursor: hand;
}
