@charset "utf-8";

/* BASIC CSS RESET *****************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
}




/* CSS SHORTCUT *****************/
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignJustify {
	text-align:justify;
}
.styleBold {
	font-weight:bold;
}
.styleItalic {
	font-style:italic;
}
.upperCase {
	text-transform:uppercase;
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.autoMargin { 
	margin: 0 auto; 
}
.noBorder {
	border:none;
}
.imgBorder {
	border:solid 1px #cecece;
}
.weightBold {
	font-weight:bold;
}
.noWrap {
	white-space:nowrap;
}

