/* DECST TAGS */


/*-------------------------------------------------
GENERAL
-------------------------------------------------*/

body {
	color: #708090;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

font, body, table, tr, td, input, option, select, textarea {
	font-size: 10px;
	line-height: 1.2;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

p { margin: 0 0 1em 0; }

ul {
	margin: 0 0 18px 0;
	padding: 0 0 0 13px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	margin-bottom: 5px;
}

div.icontext {
	float: left;
	font-weight: bold;
}


/*-------------------------------------------------
UTILITY BELT
-------------------------------------------------*/

/* spacing */
.plain { margin-bottom: 3px; }


/* font sizes */
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f24 { font-size: 24px; }

/* preload */
#preload { display: none; }


/* clears */
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* alignment */
.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }

img.floatright {
	float: right;
	margin: 3px 0 12px 12px;
}

img.floatmiddle {
	display: block;
	margin: 0 auto;
}

img.floatleft {
	float: left;
	margin: 3px 12px 12px 0;
}

img.block { display: block; }
