body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #4C4C4C;
	color: #000;
	}

strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

a:link, a:visited, a:active, a:hover {
	outline: none;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height:30px;
	}
h2 {
	font-size: 18px;
	font-weight:bold;
	}
h3 {
	font-size: 13px;
	font-weight:bold;
	}

img {
	border: 0;
	}

div#content {
	margin: 0 auto;
	border: 0;
	width: 702px;
	background-color: #FFF;
	}

div#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	}


div#copyright {
	visibility: hidden;
	display: none;
	}

div#copyright p {
	font-size: 9px;
	}

