*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, a, p, div, span, table, td, tr, blockquote { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #008;
}

h1 {
	font-size : 22px;
}

h2 {
	font-size : 15px;
}

body {
	font: normal 86%/1.4 Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgdots.png);
	background-repeat: repeat-x y;
	background-attachment: fixed;
	background-color: transparent;	
	color: #008;
}

.header {
	margin-top: 1em;
	float: left;
}

.intro {
	clear: both;
}

hr.fine {
 	text-align : center;
 	background-color : #06f;
 	height : 1px;
 	width : 782px;
 	border : 0;
}

.b {
	font-weight : bold;
	font-size : 110%;
}

span.ib {
	font-style: italic;
	font-weight : bold;
}

span.mdb {
	color: #06f;
}

span.nb {
	font-size : 8px;
	font-weight : bold;
	color : #b0e0e6;
}
	
.home #main {
	margin: .50em auto;
	display: block;
	width: 782px;
	text-align: center;
}

.home #footer {
	font-size: .9em;
	color: #008;
	/*text-align: center;*/
	margin-top: 3em;
}

.home p {
      margin-bottom: .57em;
}

a {
	color: #008;
	text-decoration: none;
}

a:hover {
	color: #06f;
	text-decoration: underline;
}

#page-content {
	border: none;
	margin-left: 0px;
	overflow: hidden;
}
#page-content .middle {
	background: url(../images/content-middle.png) repeat-y 0px 0;
	padding: 0 0px;
	width: 782px;
	margin-top:6px;
}
#page-content .top,
#page-content .bottom
 {
	float: left;
	background: url(../images/content.png) no-repeat 0 0;
	height: 25px;
	width: 782px;
}
#page-content .top { background-position: 0 top; }
#page-content .bottom { background-position: 0 bottom; }
#page-content .middle-end {
	margin: 0;
}
