﻿html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	/* ie patch \*/
	overflow: hidden;
	/* */
	}

body {
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background: #fff;
	background_alt: #33322f url('../_imgs/_layout/pattern_exagons.gif');
	}

.content {
	width:720px;
	top:120px;
	bottom:25px;
	margin-left:-360px;
	left:50%;
	display:block;
	overflow:auto;
	overflow-x:hidden;
	position:absolute;
	background:#fff;
	padding:0px;
	
	font-family: arial, helvetica, sans-serif;
	color: #857e79;
	font-size: 7pt;
	letter-spacing: 1pt;
	
	scrollbar-face-color: #f3f3f3;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #efeeec;
	scrollbar-3dlight-color: #efeeec;
	scrollbar-arrow-color: #b8b7b4;
	scrollbar-track-color: #fff;
	}

* html .content {
	top:0; 
	bottom:0; 
	height:100%;
	width:720px;
	border-top:120px solid #fff; 
	border-bottom:25px solid #fff;
}

.header{
	z-index:1;
	position:absolute; 
	margin-left:-360px; 
	left:50%; 
	top:0; 
	width:720px;
	height:120px; 
	background:#998;
}

.footer{
	z-index:1;
	background:#efeeec url('../_imgs/_layout/footer.gif') no-repeat;
	position:absolute; 
	margin-left:-360px; 
	left:50%;
	bottom:0;
	width:720px;
	height:25px;
}

	hr {
	border: dashed #DAD7D2;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 20px 0px;
}

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

div.accord a img{
	margin: 10px;
}

p.accord{
	font-size: 7pt;
	color: #000;
	border: 1px solid #DAD7D2;
	border-width: 0px 0px 0px 0px;
}

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

img {
	border: 0px;
}

 a:link, a:visited{
 color: #4D6897;
 text-decoration: none;
}

a:hover , a:active{
 color: #f4c75f;
 text-decoration: none;
}