/* ---- COMMON ELEMENT CHANGES ---- */
img {
	border							: 0px solid black;
}

div.hr{
	clear								: both;
	width								: 90%;
	height							: 1px;
	background-color		: #000;
	overflow						: hidden;
}

/* ---- STYLE CLASSES ---- */
* {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: black;
}

/* common styles */
.i { font-style: italics; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.n { text-decoration: none; }
.small { font-size: 80%; }
.large { font-size: 120%; }

/* common case transforms */
.lc  { text-transform: lowercase; }
.uc  { text-transform: uppercase; }
.cap { text-transform: capitalize; }

/* common alignments */
.al { text-align: left; } 
.ac { text-align: center; }
.aw { text-align: right; }
.aj { text-align: justify; }

/* common spacing */
.w  { letter-spacing: 1px; }
.xw { letter-spacing: 2px; }
.uw { letter-spacing: 4px; }

/* headers */
h1 { font-size: 18px; margin: 0px; font-weight: bold; }
h2 { font-size: 16px; margin: 0px; font-weight: bold; }
h3 { font-size: 14px; margin: 0px; font-weight: bold; }
h4 { font-size: 13px; margin: 0px; font-weight: bold; }
h5 { font-size: 12px; margin: 0px; font-weight: bold; }
h6 { font-size: 11px; margin: 0px; font-weight: bold; }

/* common width */
.hw { width:  50%; }
.fw { width: 100%; }

/* float */
.fr { float: right; }
.fl { float: left;  }
.cb { clear: both;  }
