a{	color:#000066;
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none
} 
a:link		{color:#000066;}
a:active	{color:#000066;}
a:visited	{color:#000066;}
a:hover		{color:#0000FF;}
table{
	font-family:Tahoma,Verdina,Arial,Geneva,sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#262875;
	overflow:hidden;
}

body{background-attachment:fixed;}

input{
	width:100%; height:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	color:#0000FF;
	border:1px solid #222288;
        background-color:#efefff;
}
select{
	width:100%; height:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	color:#0000FF;
	border:1px solid #222288;
        background-color: #efefff;
}
textarea{
	width:100%; height:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	color:#0000FF;
	border:1px solid #222288;
        background-color: #efefff;
}
.csr{cursor:pointer}