
body, p, h1, h2, h3, h4, ul, li, table, form, img
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body
{
	background-color :#000;
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	font-weight : normal;
	color       : #999999;
}

a
{
	color:#999;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

h3{
	color:#bfa86a;
	font-size:18px;
	font-weight:normal;
	padding-bottom:30px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
}

h4{
	color:#bfa86a;
	font-size:14px;
	font-weight:normal;
	padding-bottom:20px;
	margin-top:10px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
}

p{
	line-height:180%;
	padding-bottom:20px;
}

hr {
  color     : #cccccc;
  background-color: #4b4b4b;
  height    : 1px;
  border    : 0px;
  border-top: 1px solid #4b4b4b;
  margin:0;
}

