@import url("complex.css");
@import url("menu.css");
@import url("marketscan.css");
@import url("slider.css");
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 0.8em; 
}

html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {border:none;}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #fff;
	text-align: center;
	color: #666666;
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif ;
	margin: 0 auto;
	height: auto;
	padding: 0;
	width:960px;
}

p {
	color:#666;
  	font-size:1.4em;
	line-height: 14pt;
	margin-bottom: 0.8em; 
}

ul, ol {
	font-size:1.4em;
	line-height: 14pt;
	margin-bottom: 1.0em; 
}

ol {margin-left: 20px;}

a:link {
	text-decoration:none ;
	color:#ef4135;
	font-weight: normal ;
}

a:visited {
	text-decoration:none ;
	color:#ef4135;
	font-weight: normal ;
}

a:active{
	text-decoration:none ;
	color:#999999;
	font-weight: normal ;
}

a:hover {
	text-decoration:none ;
	color:#666666;
	font-weight: normal ;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 3.0em;
font-weight: normal;
color: #ef4135;
margin-bottom: 0.3em; 
}
  
h2 {
color:#ef4135;
font-weight:bold;
font-size: 1.7em;
line-height: 16pt;
font-family: Arial, Helvetica, sans-serif;
}

h3 {
color:#ef4135;
font-weight:bold;
font-size: 1.7em;
line-height: 16pt;
font-family: Arial, Helvetica, sans-serif;
}

h4 {
color:#ef4135;
font-weight: normal;
font-size: 1.3em;
font-family: Arial, Helvetica, sans-serif;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.0em;
font-weight: normal;
color: #ef4135;
margin-bottom: 0.3em; 
}

fieldset {border: solid 0 transparent;}
legend {display: none;}
label {display: block; width: auto; clear:both;}
input {height: auto;font-weight:bold;float: left; }
input[type="text"] {width: 240px; font-family:Arial, Helvetica, sans-serif; font-weight: normal; padding: 2px;}
input.radio, input.checkbox, input.submit { width: auto;}
input.checkbox {float: left; margin-right: 1em;}

div.hr {
  height: 1px;
  background: none;
  border-top:1px dashed #ccc;
  margin: 10px 0 10px 0;
  display: block;
  width: 100%;
  clear:both;
}
div.hr hr {
  display: none;
}

div.storycontent { font-size: 15px; }


