/* <![CDATA[ */
@import url("complex.css");

* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr { margin-bottom: 1em; }

html, body { margin: 0; padding: 0; border: 0; }

/*
Basic styling for text etc. used by older browsers such as NN4.
*/


body {
	background: #fff;
	background-image: url('../images/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-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1.0em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

ul li, ol li {
	color: #333;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	clear: left;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a:link {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000094;
	text-decoration: none;
}
a:visited {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000094;
	text-decoration: none;
}
a:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000094;
	text-decoration: underline;
}
a:active{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000094;
	text-decoration: underline;
}

h1{
	color:#e96100;
  	font-size: 1.8em;
  	line-height: 1.8em;
  	font-family: helvetica, arial, sans-serif; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 0.2em;
  	width: 100%;
  }
  
h2{
	color:#e96100;
  	font-size: 1.6em;
  	line-height: 1.6em;
  	font-family: helvetica, arial, sans-serif; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 0.5em;
  	width: 100%;
  }
  
  h3{
	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%;
  }
  
  
    h5{
  	color:#000000;
    	font-size: 1.5em;
    	font-family: helvetica, arial, sans-serif; 
    	font-weight: normal;
    	margin: 0;
    	padding: 0;
    	margin-bottom: 0.2em;
    	width: 100%;
clear: left;
  }