/* CSS Document */

td		{font:12px "arial",ËÎÌå; color:#353B3B;}

a:link		{color:#353B3B; text-decoration:none}
a:visited	{color:#353B3B; text-decoration:none}
a:hover		{color:#353B3B; text-decoration:underline}
a:active	{color:#353B3B; text-decoration:underline}



a.blue:link	    {color:#1D6D9E; text-decoration:none; }
a.blue:visited	{color:#1D6D9E; text-decoration:none;}
a.blue:hover	{color:#111111; text-decoration:none;}
a.blue:active	{color:#111111; text-decoration:none;}

.bgx {	background-repeat: repeat-x;}
.bgy {	background-repeat: repeat-y;}
.bgno {	background-repeat: no-repeat;}

.200 {	font-size:12px;	line-height:200%;}
.230 {	font-size:12px;	line-height:230%;}
.190 {	font-size:12px;	line-height:190%;}

.inpt {
	font-size:12px;
	height:17px;
	color:#333333;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px;
}
.inptarea {
	font-size:12px;
	color:#333333;
	background-color:#ffffff;
	border-color:#cccccc;
	border-width:1px;
}
.border{
	border-color:#9FB9BF;

}