@import url("complex.css");
@import url("sIFR-screen.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 20px;
}

html, body {

	padding: 0px;
	border: 0px;
}

body {
	background-color: #375673;
	text-align: center;
	color:;
	font-size: 62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 1025px;
}

p {
  	font-size: 1.2em;
  	line-height: 1.5em ;
	font-weight:;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

ul {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1em;
	list-style: disc outside;
	margin-left: 20px;
}

img {
	margin:0;
	padding:0;
}

a img {
	border: 0;
}

a {
	color: #37807c;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

h1 {
color:#37807C;
font-size: 1.8em; 
margin: 0;
padding: 0;
margin-bottom:1em;
}
  
h2 {
color: #37807C;
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: .5em;
font-weight: bold;
}

h3 {
color: #37807C;
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: .5em;
font-weight: bold;
}
