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

body{
  font-size:12.5px;
  font-family: Arial, Verdana, Helvetica, sans-serif, Georgia, Times New Roman;
  line-height:15px;
  color:#545454;
  background:#ffffff;
  padding: 0;
}

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

h1{
  font-size:21px;
  font-weight: bold;
  line-height:24px;
  padding:0 0 24px 0;
}

h2{
  font-size:18px;
  font-weight: bold;
  line-height:21px;
}

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

h4{
  font-size:14px;
  font-weight:bold;
  line-height:18px;
}

h5{
  font-size:13px;
  font-weight:bold;
  line-height:18px;
}

h6{
  font-size:12.5px;
  line-height:16px;
}

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

ul, ol{
  padding:0 0 1.25em 1.5em;
  line-height: 15px;
}

ol{ list-style-type: decimal; }
ul{ list-style: square; }
ul ul{ list-style: disc; }

blockquote{
	font-size: 24px;
	line-height: 26px;
}

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


.middle{
	font-size:25px;
	line-height: 30px;
}

big{
	font-size:30px;
	line-height: 34px;
}

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:#545454;
}

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{
	width:980px;
	padding:0;
    position: relative;
	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 40px 0 0;}
.img-right     {float:right; margin:0 0 0px 40px;}

.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{font-size:10px; white-space: nowrap;}
