a.one {
	text-decoration: none; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: verdana; 
	color: black; 
}

a:hover.one {
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: verdana; 
	color: black; 
}

a.white {
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: verdana; 
	color: white; 
}

a:hover.white {
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: verdana; 
	color: white; 
}

.left { 
	font-weight: normal; 
	font-size: 9px; 
	font-family: verdana;
	text-align: left; 
	line-height: 14px;
	color: black;
}
.zero { 
	font-weight: normal; 
	font-size: 0px; 
	font-family: verdana; 
	line-height: 0px;
	text-align: left; 
}
.button { 
	BACKGROUND: #E6E6E6; 
	FONT: 10px arial; 
	COLOR: #333333; 
	BORDER: #333333 1px solid; 
	cursor: hand;
}
.form { 
	FONT: 10px arial; 
	COLOR: #333333;
	BORDER: #333333 1px solid; 
}

.table { 
	border-collapse: collapse; 
	border: 1px solid; 
	border-color: #4F4944; 
}

.td_c { 
	border: 1px solid; 
	border-color: #4F4944;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #4F4944; 
	text-align: center; 
}

.td_l { 
	border: 1px solid; 
	border-color: #4F4944;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #4F4944; 
	text-align: left; 
}

.td_r { 
	border: 1px solid; 
	border-color: #4F4944;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #4F4944; 
	text-align: right; 
}
.cmd {
	border: 1px solid; 
	border-color: #FFFF99;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #4F4944; 
	text-align: center;
	height: 30px;
	background-color: #FFCC66;	
}

.cmd2 {
	border: 1px solid; 
	border-color: #FFFF99;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #4F4944; 
	text-align: center; 
	background-color: #FFFF99
}

.cmd3 {
	border: 1px solid; 
	border-color: #666666;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #666666; 
	text-align: center; 
	background-color: #E6E6E6;
}

.cmdactive
{
	text-align:center;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	height: 30px;
	border: 1px solid #FF9900;
}

.cmdactive2
{
	text-align:center;
	font-weight: normal; 
	font-size: 10px; 
	font-family: verdana; 
	color: #000000; 
	background-color: #FFF14A;
	text-decoration: none;
	border: 1px solid #FFF14A;
}

a.cmd
{
	border: 0px;
	text-align:center;
	padding: 3px;
	color: #666666;
	background-color: #FFCC66;
	text-decoration: none;
	line-height: 30px;
}

a:hover.cmd
{
	border: 0px;
	text-align:center;
	color: #000000;
	background-color: #FFCC66;
	text-decoration: underline;
	line-height: 30px;
}

hr {
	background-image: url(img/linki_bg.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;;
}

a.cmd2
{
	border: 0px;
	text-align:center;
	padding: 3px;
	color: #666666;
	background-color: #FFFF99;
	text-decoration: none;
}

a:hover.cmd2
{
	border: 0px;
	text-align:center;
	padding: 3px;
	background-color: #FFFF99;
	color: #000000;
	text-decoration: underline;
}

a.cmd3
{
	border: 0px;
	text-align:center;
	padding: 3px;
	color: #666666;
	background-color: #e6e6e6;
	text-decoration: none;
}

a:hover.cmd3
{
	border: 0px;
	text-align:center;
	padding: 3px;
	background-color: #e6e6e6;
	color: #000000;
	text-decoration: underline;
}
