/* CSS Document */

td		{font:12px "arial",ËÎÌå; color:#455140;}

a:link		{color:#4B4B4B; text-decoration:none}
a:visited	{color:#4B4B4B; text-decoration:none}
a:hover		{color:#345C00; text-decoration:underline}
a:active	{color:#345C00; text-decoration:underline}

a.green:link	{color:#6C9431; text-decoration:none}
a.green:visited	{color:#6C9431; text-decoration:none}
a.green:hover	{color:#6C9431; text-decoration:underline}
a.green:active	{color:#6C9431; text-decoration:underline}

a.oran:link		{color:#C47300; text-decoration:none; }
a.oran:visited	{color:#C47300; text-decoration:none;}
a.oran:hover		{color:#C47300; text-decoration:underline;}
a.oran:active		{color:#C47300; text-decoration:underline;}

.bgx {	background-repeat: repeat-x;}
.bgy {	background-repeat: repeat-y;}
.bgno {	background-repeat: no-repeat;}

.180 {	font-size:12px;	line-height:180%;}
.190 {	font-size:12px;	line-height:190%;}
.220 {	font-size:12px;	line-height:240%;}


.inpt {
	font-size:12px;
	height:17px;
	color:#333333;
	background-color:#FDEFCF;
	border-color:#cccccc;
	border-width:1px;
}
.inptarea {
	font-size:12px;
	color:#333333;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px;
}