/***** Global Settings *****/
html, body{
  border:0;
  margin:0;
  padding:0px;
}

body{
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif, Georgia, Times New Roman;
  line-height:14px;
  color:#000;
  background:#fff;
  background-image: url('http://www.zzima.com/skin/images/ny_back_zz.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  padding: 0;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0 0 10px 0;
  font-weight:normal;
  color: #222;
}

h1{
  color: #505061;
  font-size:18px;
  line-height:21px;
  font-weight: bold;
}

h2{
  border-bottom: 1px solid #7d7d8d;
  color: #505061;
  font-size:14px;
  font-family: Arial;
  font-weight: bold;
  line-height:18px;
  text-transform: uppercase;
  padding: 0; margin: 0 0 10px 0;
}

h3{
  color: #1f8dbe;
  font-size:13px;
  font-family: verdana;
  font-weight:bold;
  line-height:16px;
}

h4{
  font-size:12px;
  line-height:16px;
  font-family: Tahoma, Verdana, Arial;
}

h5{
  font-size:14px;
  font-weight:bold;
  line-height:18px;
  text-transform: uppercase;
}

h6{
  font-family: Arial;
  font-size:21px;
  line-height:24px;
  font-weight: bold;
}

/***** Common Formatting *****/
p, ul, ol{
  margin:0;
  padding:0 0 6px 0;
}

ul, ol{
  padding:0 0 1em 1.5em;
  line-height: 16px;
}

ol{ list-style-type: decimal; }

blockquote{
	font-size: 24px;
	line-height: 26px;
	font-family: Georgia, Times New Roman;
}

small{
	font-family: Arial;
	font-size:10px;
 	font-weight: normal;
}

big{
	font-family: Arial;
	font-size:13px;
 	font-weight: bold;
}

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{
  text-decoration:underline;
  color:#004477;
}

a.no-decoration, a:hover{
  text-decoration:none;
}

/***** Forms *****/
form{
  margin:0;
  padding:0;
  display:inline;
}

input, select, textarea{
  font:1em Arial, Helvetica, sans-serif;
}

textarea{
  width:100%;
  line-height:1.25;
}

label{
  cursor:pointer;
}

/***** Tables *****/
table{
  border:0;
  margin:0;
  padding:0;
  width: 100%;
}

table tr td{
  padding: 6px 8px; vertical-align: top;
}

/***** Wrapper *****/
div.wrap{
	background:#fff;
	width:980px;
	padding:0;
	margin: 0 auto;
}

/***** Global Classes *****/
.clear         {clear:both; height: 0; overflow:hidden; font-size: 1px; }
.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;}
.highlight     {background:#ffc;}

.img-left      {float:left; margin:0 10px 10px 0;}
.img-right     {float:right; margin:0 0 10px 10px;}

.nopadding     {padding:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}
.dashed        {border-top: 1px dashed #000; margin: 10px 0; }

.date{background: url(../images/icon_date.gif) left center no-repeat; font-size:9px; color:#7b7b8b; white-space: nowrap; padding: 0 16px 0 12px;}
.nowrap { white-space: nowrap; }


