


body {
	color: #000;
}

/* --- reset of default margins & padding --- */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, table {
	margin: 0px;
	padding: 0px;
}

/* --- tags --- */
img {
	border: 0;
}
table {
	border-collapse: collapse; 
	border-spacing: 0; 
}
form, table {
	font-size: 100%;
}

/* --- align --- */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* --- floating --- */
.floatLeft { float: left; }
.floatRight { float: right; }

.reset {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0.1px;
	overflow: hidden;
	clear: both;
}
.reset1 {
	height:1px; 
	clear:both; 
	overflow:hidden;
}
.hide,
.noDisplay { display: none; }

.w100p { width:100% !important; }
.w90p { width:90% !important; }
.w80p { width:80% !important; }
.w70p { width:70% !important; }
.w60p { width:60% !important; }
.w50p { width:50% !important; }


.mB0 { margin-bottom:0px !important; }
.mB10 { margin-bottom:10px !important; }

.noborder { border:none !important; }

h2	{ color: #005a9c;}
h3	{ color: #005a9c; }
h4	{ color: #b4b4b1; }

