
body {
	margin: 0px;
	padding: 0px;
	background: #4A4952;
}

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
}




a {
	color: #EB8547;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}





h1, h2, h3, .h1, .h2, .h3 {
	font-weight: bold;
	color: #ffffff;
}

h1, .h1 {
	font-size: 16px;
}

h2, .h2 {
	font-size: 14px;
}
h3, .h3 {
	font-size: 12px;
}


#breadcrumbs {
	font-size: 10px;
	font-weight:bold;
	padding:2px 0px 6px 0px;
}

#header {
	height:10px;
	background:url('/images/top-bg.png') no-repeat #151515 bottom;
}


#footer {
	text-align: center;
	height:25px;
	background:url('/images/bot-bg.png') no-repeat #151515 top;
	color: #737281;
	font-size:11px;
	border-top: solid #5A595F 1px;
}


.datebox {
	float:right; 
	margin-left:5px; 
	width:50px; 
	background:url('/images/logo-bg.jpg') black; 
	border:solid 1px; 
	border-color:#9E9E9E #000000 #000000 #9E9E9E;
}

.datebox .month {
	text-align:center;
	font-size:10px;
	padding-top:1px;
}
.datebox .day {
	text-align:center;
	color:#C0C0C0;
	font-weight:bold;
	font-size:12px;
}
.datebox .year {
	text-align:center;
	font-size:10px;
	padding-bottom:0px;
}




hr {
 	height:1px;
	color:#4A4A4F;
	background:#4A4A4F;
	border:none;
}


