@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: #ccc url(../_images/_pf/bg.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0px;
}

p {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

ul li, ol li {
	color: #000;
  	font-family: arial, helvetica, sans-serif;
  	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	text-indent: 0
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #C02527;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

h1{
	color:#C02527;
  	font-size: 1.8em;
  	line-height: 1.8em;
  	font-family: arial, helvetica, sans-serif; 
  	font-weight: bold;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 1em;
  	width: 100%;
}

h2{
	color:#C02527;
  	font-size: 1.6em;
  	line-height: 1.6em;
  	font-family: arial, helvetica, sans-serif; 
  	font-weight: bold;
  	margin: 0;
  	padding: 0;
  	margin-bottom: 1em;
  	width: 100%;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #c02527;
}
