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, font, img, ins, kbd, q, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
b, strong{
	font-weight:bold;
}
/* Useful classes */
.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}
.fLeft{
	float: left;
}
.fRight{
	float: right;
}
.hidden{
	left: -10000px;
	position: absolute;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.hList li{
    float: left;
    list-style: none;
}
.noBullets{
    list-style: none;
    margin: 0;
    padding: 0;
}
p.alert,
p.info,
p.error{
	padding-left: 1.7em;
	line-height: 1.2em;
}
div.alert,
div.info,
div.error{
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
}
span.alert{
	color: #FFCC00;
}
span.info{
	color: #83A8CC;
}
span.error{
	color: #FF0033;
}
div.alert p,
div.info p,
div.error p{
	margin: 0 0 1em 1.75em;
}
div.alert h6,
div.info h6,
div.error h6{
	margin: 0 0 1em 1.75em;
}
/* Alerts */
p.alert{
	background: url(/img/iAlert.png) no-repeat;
}
div.alert{
	border: 1px solid #FFCC00;
	background: #FFFFCC url(/img/iAlert.png) 1em 1em no-repeat;
}
/* Inforomation */
p.info{
	background: url(/img/iInfo.png) no-repeat;
}
div.info{
	border: 1px solid #83A8CC;
	background: #F5F9FE url(/img/iInfo.png) 1em 1em no-repeat;
}
/* Errors */
p.error{
	background: url(/img/iError.png) no-repeat;
}
div.error{
	border: 1px solid #FF0033;
	background: #FFCCCD url(/img/iError.png) 1em 1em no-repeat;
}