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

body  {
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	background-image: url(../images/bg-dark.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #d3d3d3;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.Body2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}

p, td {
   font-size: 16px;
   line-height: 20px;
   font-weight:normal;
}
h1 {
	font-size: 36px;
	line-height: 28px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
}
h3 {
	font-size: 19px;
	line-height: 22px;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
}
img {
	border: 4px solid #ffffff;
}
.noborder {
	border: 0px;
	padding: 0px;
}
a:hover {
    color: #333333;
	text-decoration: none;
	background-color: #dadada;
}
.nav {
	font-size:22px;
	text-align:right;
	font-weight:normal;
}
.nav a {
    color: #d3d3d3;
	text-decoration: none;
	padding: 4px 4px;
}
.nav a:hover {
    color: #333333;
	text-decoration: none;
	background-color: #dadada;
}
.Quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
}
