/* CSS Document */

body,td,form,input,select,bottom,center,textarea
{
	font-family: "song", "Tahoma";
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	cursor:default;
	line-height:19px;
}
textarea,input,select
{
	font-family: "song", "Tahoma";
	background-color: #333333;
	color: #FFFFFE;
	font-size: 9pt;
	font-weight: bold;
	overflow:auto;
	cursor:text;
}
a.underline
{
	font-family: "song", "Tahoma";
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : underline;
}
a.underline:hover
{
	font-family: "song", "Tahoma";
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : none;
}
a 
{
	font-family: "song", "Tahoma";
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : none;
}
a:hover
{
	font-family: "song", "Tahoma";
	color: #00FFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : none;
}
.TextInput
{
	height: 25px;
	cursor:text;
	margin-bottom:-2px;
}
.Radioform
{
	margin-bottom:-1px;
}
.button
{
	cursor: hand;
	margin-bottom: 3px;
	vertical-align : middle;
	color: #FFFFFF;
}