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

body{
  font-size:13px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  line-height:16px;
  color:#074589;
  background:#f2f2f2;
  padding: 20px 0;
}

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

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

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

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

h4{
  font-size:12px;
  font-weight:normal;
  line-height:15px;
}

h5{
    color: #000;
    color: #074589;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    padding: 0 0 6px 0;
}

h6{
    color: #666666;
/*    color: #074589; */
    font-weight:bold;
    font-size:11px;
    line-height:16px;
    padding: 0 0 4px 0;
}

/***** Common Formatting *****/
p, ul, ol{
  margin:0;
  padding:0 0 6px 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{
	color: #333333;
    font-size:11px;
    line-height: 13px;
 	font-weight: normal;
}

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

img{
  border:0;
}

sup{
    color: #666666;
    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{
	background: #fff;
    border: 1px solid #d9e5ef;
    width: 940px;
	padding: 18px 20px 6px;
    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;}