@charset "utf-8";
.bgwhite {
	background-color: #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000000;
}
.txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		text-decoration: none;
}
.txt a:hover  	{color:#000000;}
.txt a:visited  	{color:#000000; }

.txtmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.txtmenu a:hover  	{color:#000000; text-decoration:underline;}
.txtmenu a:visited  	{color:#000000; }

.txt12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bgshadowleft {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
}
.bgshadowright {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
}
.txtgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.dotted1 {
	background-image: url(images/dottedhorizontal1.gif);
	background-repeat: repeat-x;
}
.txtpending {
	text-decoration: line-through;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000000;
}
