@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: #e5e5e5 url('../_images/_bkgrds/bg.jpg') repeat-y top center;
	font-family: verdana, arial,sans-serif;
	font-size: 62.5%;
	color: #555;
	margin: 0;
}

a img {
	border: none;
}

a:link {
	color: #ff690b;
	text-decoration: none;
}
a:visited {
	color: #ff690b;
	text-decoration: none;
}
a:hover {
	color: #ff690b;
	text-decoration: underline;
}
a:active{
	color: #ff690b;
	text-decoration: underline;
}

h1 {
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	margin-bottom: 1em;
}

h2 {
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p, ul, ol, blockquote, form, label, ul, ol, dl, fieldset, address {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0px;
}