body
{
	background-color: black;
	margin: 0px;
	font-family: Verdana,Tahoma, cursive;
	font-size: 8pt;
	color: white;
}

/*
* { font-family: Verdana,Tahoma, cursive;
	font-size: 8pt;
	color: white;
}
*/
a {
	color: rgb(0,153,255); 
	/*color: #0044CC; */
  text-decoration:none;
  }

a:hover
{
	color: #d0d0ff;
	text-decoration:underline;
}

.reloc_hr
{
  height:8px;
  width:724px;
  background-color: #d0d0ff;
}
.reloc_hr_deep
{
  height:4px;
  width:724px;
  background-color: rgb(0,3,105);
}

.blacktext
{
	font-family: Verdana,Tahoma, cursive;
	font-size: 8pt;
	color: black;
}
h1
{
	font-size: 11pt;
	background-image:url(../img/hr_h1.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:32px;
	padding-top:6px;
	padding-left:8px;
	margin:0px;
	text-align: left;
	color: white;
}
.headline
{
	font-size: 12pt;
	height:32px;
	padding-top:8px;
	margin:0px;
}
h2, h2 a
{
	font-size: 9pt;
}

h3
{
	font-size: 8pt;
}
img
{
	border-style: none;
}
.imgborderCD
{
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}
input, textarea, select, select *
{
	font-size: 8pt;
	color: black;
}
small
{
	font-family: Tahoma, cursive;
	font-size: 8pt;
	color:silver;
}
.startlink
{
	font-family: Verdana;
	font-size: 18pt;
	color:white;
}
.startlink a
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	color:blue;
	margin:12px;
	text-decoration:none;
}
.startlink a:hover
{
	color: rgb(0,153,255);
}

.salesarea
{
	text-indent: 0px;
	font-size: 9pt;
}
.salesarea h2
{
	font-size: 12pt;
}
.salesarea h3
{
	font-size: 10pt;
}

.maintable
{
	width:1024px;
	border-collapse:collapse;
	border-style:none;
	background-color: black;
	border-width:0px;
}

.menu
{
	width: 280px;
	height: 20px;
	background-color: transparent;
	color:white;
}
.menalign
{
	position: relative;
	display:block;
	top: -18px;
	left: 12px;
	text-decoration:none;
	color:white;
}

.content
{
	overflow: none;
	text-align: left;
	font-size: 8pt;
	font-family: verdana;
	font-style: normal;
}
/* Navigation */
.Navigation
{
	width: 120px;
	margin: 0px;
	border: 0px;
	font-size: 8pt;
	font-family: verdana;
}
.Navigation li
{
	list-style: none;
	margin: 0.4em; padding: 0.2em;
	border: 1px solid gray;
	background-color: black;
	font-size: 8pt;
	font-family: verdana;
}

.Navigation a {
	text-decoration: none;
	color: white;
	font-size: 8pt;
	font-family: verdana;
}
.Navigation a:hover
{
	color: black;
	background-color: #5675AC;
}
.formError
{
	color:red;
}
.rockinramtitle
{
	font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	border-bottom: 2px solid Blue;
	padding: 4px;
}
.advert
{
border: 1px solid gray;

}