@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; padding: 0; 
	}

body {
	background-color: #A4A093;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.header {
	text-align:center;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto ; 
	width:95%;
	border-bottom: 1px solid #A4A093;
	padding: 0x;
	background-color:#FFFFFF;
	height: 60px;
	}

.content {
	background-color:#FFFFFF;
	margin-left: auto;
    margin-right: auto ; 
	width:95%;
	border-bottom: 1px solid #A4A093;
	padding: 0 0 5px 0;
	}

.info {
	padding-bottom: 10px;
	border-bottom: 1px solid #A4A093;
	text-align:center;
	}

.left {
	text-align:left;
	}

p {
	font-size: 1.0em;
	color:#000000;
	margin: 0 5px 0 5px;
	}

.copy {
	background-color:#FFFFFF;
	margin-left: auto;
    margin-right: auto ; 
	width:95%;
	font-size: 0.8em;
	color:#A4A093;
	text-align:center;
	}

h1 {
	text-align:center;
	color: #A4A093;
	font-size: 1.2em;
	font-weight:bold;
	border-bottom: 1px solid #A4A093;
	}

h2 {
	text-align:center;
	color: #000000;
	font-size: 1.2em;
	font-weight:bold;
	}

a a:link a:visited {
	text-decoration: underline;
}

a:hover a:active {
	background-color:#000000;
	color:#FFFFFF;
	}

img { 
	border: none; 
    display: block;
    margin-left: auto;
    margin-right: auto ; 
	}