@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 1em;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #faffff;
	background-image: url('../_images/_new/full-bg.jpg');
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

ul li, ol li {
	color:#333;
  	font-family: helvetica, arial, sans-serif;
  	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

ol {margin-left: 30px;}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a:link {
	font-size: 1em;
	color: #48c3db;
	text-decoration: none;
}

a:visited {
	font-size: 1em;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #48c3db;
	text-decoration: underline;
}
a:active{
	font-size: 1em;
	color: #666;
	text-decoration: underline;
}

h1{
	color:#001333;
  	font-size: 1.8em;
  	line-height: 1.2em;
  	font-family: helvetica, arial, sans-serif; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 0.5em;
	clear:both;

  }
  
 
  
h2{
	color:#044c6e;
  	font-size: 1.6em;
  	font-family: helvetica, arial, sans-serif; 
  	font-weight:bold;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 1em;
  	width: 100%;
  }
  
  h3, h5{
	color:#777;
  	font-size: 1.5em;
  	font-family: helvetica, arial, sans-serif; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 0.2em;
  	width: 100%;
  }
  
  table {margin-left: 10px;margin-bottom: 10px;  
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse; width:96%;
}
	td {border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
 }
 
 td h2 {font-weight: bold; margin: 0px; margin-top:5px; margin-bottom: 5px;}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
	padding: 10px;
  border-left: 3px solid #037fa6;
background: #e5f2f8;
width: 500px;
quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
color:#037fa6;
content:open-quote;
font-size:4.5em;
line-height:.1em;
margin-right:.20em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
margin-left: 0px !important;
}
