﻿html { overflow-y: scroll; }

body {
	background: #fff;
	background=url() repeat-y center;
	}
	
img { border: 0px; }

a { color: #888; font-style: normal; text-decoration: none; }
a:hover { color: #000; font-style: normal; text-decoration: none; }

.content {
	margin:50px auto;
	width:720px;
	padding:0px;
	font-family: sans-serif;
	font-size: 7pt;
	letter-spacing: 1pt;
	}

.header{
	z-index:10;
	position:fixed;
	background: #fff;
	border: dashed #aaa;
	border-width: 0px 0px 1px 0px;
	margin-left:-360px;
	left:50%;
	top:0;
	width:720px;
	height:50px;
}

.footer{
	z-index:10;
	position:fixed;
	background: #fff;
	border: dashed #aaa;
	border-width: 1px 0px 0px 0px;
	margin-left: -360px;
	padding-top: 5px;
	left: 50%;
	bottom: 0;
	width: 720px;
	height: 30px;
	text-align: right;
	font-family: sans-serif;
	font-size: 7pt;
	color: #888;
}

div.accord{ padding: 10px 0px ; }

p.accord {
	font-family: sans-serif;
	font-size: 7pt;
	color: #000;
}

p.accord a { color: #888; font-style: normal; }
