body {
	background-color: #000000;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}

hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

b {
	color:#000000;
	font-weight: bold;
}

.grey {
	font-weight: bold;
	color: #999999;
}

ul li.headline {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(images/red_arrow.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-top: -10px;
}

.icon {
	margin-left: 3px;
	margin-bottom: 10px;
}

/* links */
a.body {
	font-weight: bold;
	color: #db261a;
	text-decoration: none;
	border-bottom: 1px dotted #db261a;
}
a.body:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a.footer {
	font-weight: bold;
	color: #db261a;
	text-decoration: none;
	border-bottom: 1px dotted #db261a;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}


/* div */
#divline {
	border-bottom: 1px solid #999;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainDiv {
	position: relative;
	width: 974px;
	height: auto;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


#leftColumn {
	position: relative;
	width: 310px;
	top: 20px;
	left: 20px;
	margin-bottom: 30px;
	text-align: left;
}

#rightColumn {
	position: absolute;
	width: 584px;
	top: 20px;
	left: 370px;
	margin-bottom: 30px;
	text-align: left;
}

#footerDiv {
	width: 954px; 
	margin: 10px auto;
	padding-left: 20px;
	color: #666666;
}

.trrow1 {
	background-color: #ededed;
}

.tdbold {
	font-weight: bold;
}


