/* ===================== Simple classes ===================== */ 

/* ~~~~ alignment ~~~~ */ 

.b{color:#E8EAEB; text-decoration:none; background-color: #333333; border:1px solid gray; }

.cntr {
	text-align: center;
}
.lft {
	text-align: left;
}
.rght {
	text-align: right;
}
.vb {
	vertical-align: bottom;
}
.vm {
	vertical-align: middle;
}
.vt {
	vertical-align: top;
}
/* ~~~~ images ~~~~ */ 
IMG.iml {
	float: left;
	margin: 0 7px 7px 0;
}

IMG.imr {
	float: right;
	margin: 0 0 7px 7px;
}

.cntrimg {/* Use div and image inside */
	text-align: center;
	padding: 5px 0;
	font-size: 90%;
}

.lftimg {/* For image with description. Use div and image inside */
	text-align: center;
	padding: 5px 8px 5px 0;
	font-size: 90%;
	display: table;
	float: left;
}

.rghtimg {/* For image with description. Use div and image inside */
	text-align: center;
	padding: 5px 0 5px 8px;
	font-size: 90%;
	display: table;
	float: right;
}
/* ~~~~ fonts and others ~~~~ */ 
.dtl {
	color: #B11A17;
	font-weight: bold;
}
.nu {
	text-decoration: none;
}
.small {
	font-size: 90%;
}
/* ~~~~ tables ~~~~ */ 
table {
	border: 0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}

table td {
	padding: 0px; /* cellspadding="0" */
}

/*Use this:
<table>
<tr>
<td>Foo</td>
<td>Bar</td>
</tr>
</table>
*/

table.stuff {
	border-collapse: separate;
}

table.stuff td {
	padding: 5px 10px;
	border: 1px solid #666666;
}


/*=================================================================*/
/* Anchors */ 



/*=================================================================*/
/* Fonts and txt-fields with background */


/*=================================================================*/
/* Images */


/*=================================================================*/
/* Forms */