.txt {
	font-family: Verdana;
	font-size: 12px;
	color: #6699CC;
	font-weight: bold;
}

.txt_small {
	font-family: Verdana;
	font-size: 10px;
	color: #6699CC;
	font-weight: none;
}

.height {
	height: 35px;
}

.l_height {
	/*line-height: 18px;*/
}

.bold {
	font-weight: bold;
}

select {
	font-family: Verdana;
	font-size: 10px;
	color: #6699CC;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #CC9966
}

a:hover {
	color: #000066;
	text-decoration: none;
}

table.blueb {
	border-top: 1px #6699CC solid;
	border-left:  1px #6699CC solid;
}


table.blueb td {
	border-bottom: 1px #6699CC solid;
	border-right:  1px #6699CC solid;
}

table.blueb table td {
	border: 0px;

}


table.prod {
	border-right: 1px #6699CC solid;
	border-left:  1px #6699CC solid;
	border-top:  1px #6699CC solid;
}


table.prod td {
	border-bottom: 1px #6699CC solid;
	
}
table.grey {
	border-top: 1px #666666 solid;
	border-left:  1px #666666 solid;
}


table.grey td {
	border-bottom: 1px #666666 solid;
	border-right:  1px #666666 solid;
}