/***** Global Settings *****/
 
html, body {
/*
border:0;
margin:0;
padding:0;
*/
}
 
body {
	font:normal 12px arial;
}

html { height: 100%; margin-bottom: 0.01em; }

* {margin:0;padding:0;}  /* zero out everything */

/*a { behavior: url(iepngfix.htc) }

.whiteBox, .whiteBoxEdgeTop, .whiteBoxCornerTopLeft, .whiteBoxCornerTopRight, .whiteBoxEdgeBottom, .whiteBoxCornerBottomLeft, .whiteBoxCornerBottomRight, .whiteBoxEdgeLeft, .whiteBoxEdgeRight, .whiteBoxContentWrapper, .whiteBoxContentPadding, .whiteBoxBg, .promoRight, .promoLeft, .footerWrapper .edgeTop, .footerWrapper .cornerTopLeft, .footerWrapper .cornerTopRight, .footerWrapper .edgeBottom, .footerWrapper .cornerBottomLeft, .footerWrapper .cornerBottomRight, .footerWrapper .left, .footerWrapper .right, .footerWrapper .footer .footerContentWrapper  { behavior: url(iepngfix.htc) }*/
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	font:bold 24px arial;
	color:#4b4b4b;
	text-transform:uppercase;
}
 
h2 {
	font:normal 18px arial;
	color:#f48b2d;
}
 
h3 {
	font:bold 14px arial;
	color:#3878a4;
}

h4 {
	font:bold 14px arial;
	color:#4b4b4b;
}
 
/***** Common Formatting *****/
 
ul, ol {
	padding:0;
	margin:0;
	font:normal 11px arial;
	color:#4b4b4b;
}
 
blockquote {
	padding:5px 0px 5px 0px;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration:underline;
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input {
	font:1em Arial, Helvetica, sans-serif;
	border:0;
}

select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	border:0;
}
 
textarea {
	/* width:100%; */
	line-height:1.25;
	/*border:0;*/
}
 
label {
	cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0;
	padding:0;
}
 
table tr td {
	font-size:11px;
	padding:5px;
	color:#000;
}

table th {
	font-size:11px;
	padding:5px;
	background-color:#f5f5f5;
}
 
/***** Wrapper ****
 
#wrap {
	width:980px;
	margin:0 auto;
}*/
 
/***** Global Classes *****/
 
.clear         { clear:both; width:0px; height:0px;}
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
 
.wrap          { width:980px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }