@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: #000;
	font-family: Myriad Pro, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0px;
}

p {
  	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

ul, ol {
margin-bottom: 1em;
}

ul li, ol li {
	color:#000;
  	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a:link {
	color: #008DCA;
	text-decoration: none;
}
a:visited {
	color: #008DCA;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ed3919;
	text-decoration: underline;
}
a:active{
	color: #ed3919;
	text-decoration: underline;
}

h1{
	clear: left;
	color:#000;
  	font-size: 2.4em;
  	font-family: Myriad Pro, Lucida Sans Unicode, Lucida Grande, sans-serif;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.5em;
  }
  
h2{
	clear: left;
	float: left;
	color:#145c81;
  	font-size: 2em;
  	font-family: Myriad Pro, Lucida Sans Unicode, Lucida Grande, sans-serif;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 2em;
  }
  
h3{
	color:#669e38;
	font-size: 1.2em;
	font-family: Myriad Pro, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	margin: 0;
	width: 100%;
	line-height: 1.2em;
}

h4{
	clear: left;
	color:#145c81;
  	font-size: 1.6em;
  	font-family: Myriad Pro, Lucida Sans Unicode, Lucida Grande, sans-serif;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.6em;
  }