@CHARSET "ISO-8859-1";

.ohidden
{
	overflow: hidden;
}

.nodec
{
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.black
{
	color: black;
}

.white
{
	color: white;
}

.bgwhite
{
	background-color: white;
}

.nolist
{
	list-style-type: none;
	margin: 0px;
}

.vabottom
{
	vertical-align: bottom !important;
}

.vatop
{
	vertical-align: top;
}

.vamiddle
{
	vertical-align: middle !important;
}

.vabaseline
{
	vertical-align: baseline !important;
}

.uc
{
	text-transform: uppercase;
}

.block
{
	display: block;
}

.small
{
	font-size: 11px;
}