/* CSS Document */
BODY{
	font-family:Verdana, Tahoma, "����";
	font-size:12px;
	color:#333333;
	background:White;
	margin:0;
	padding:0;
}
TD{
	font-family:Verdana, Tahoma, "����";
	font-size:12px;
	color:#333333;
}
IMG{
	border:none;
}
A{color:#06F;text-decoration:underline;}
A:hover{color:#06F;text-decoration:none;}
A.comm{color:#666; text-decoration:none}
A.comm:hover{color:#666;text-decoration:underline;}
.red{color:red;}
.green{color:#297B24;}
.boldgreen{color:#297B24;font-weight:bold;text-decoration:none;}
.boldgreen:hover{color:#297B24;font-weight:bold;text-decoration:underline;}
.lh{line-height:20px;}

UL.content{
	margin:0;
	padding:0;
	list-style:none;
	line-height:25px;
}
.input{
	border:solid 1px #CCC;
}