﻿a:link{
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
	}
a:visited{
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
	}
a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	}
table{
	border-collapse: separate;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 11px;
	}
h1 {
	font-family: "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	background: #000000 url(h1.png) no-repeat;
	color: #b6b6b6;
	line-height: 82px;
	padding-left: 55px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: uppercase;
	}
body{
	background-color: #000000;
	margin: 0px;
	text-align: center;
	}
#container {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	}
#header {
	width: 100%;
	padding-top: 0px;
	text-align: center;
	margin: 0 auto;
	}
#content {
	width: 648px;
	margin: 0 auto;
	padding: 1px;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a0a0a0;
	background: #000000;
	}
#footer {
	clear: both;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 10px;
	line-height: 14px;
	padding: 5px;
	color: #6b6b6b;
	background: #000000;
	}
img {
	border: 0px none;
	}
i, em {
	font-family: "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	}
.nav a,.nav a:link,.nav a:active,.nav a:visited {
  	display: block;
	background-color: transparent;
	font-size: 14px;
	color: #afafaf;
	font-family: "Times New Roman", serif;
 	text-decoration: none;
	font-style: italic;
  	line-height: 17px;
  	text-transform: lowercase;
  	text-align: center;
	}
.nav a:hover {
  	display: block;
	background-color: transparent;
	font-size: 14px;
	color: #e7e7e7;
	font-family: "Times New Roman", serif;
 	text-decoration: underline;
	font-style: italic;
  	line-height: 17px;
  	text-transform: lowercase;
  	text-align: center;
	}