body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	background-color: #0d0d0d;
	margin:0px;
	padding:0px;
}
.bdr_main {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
}
.spacer {
	background-color: #1C1D1C;
	font-size: 6px;
}

.bg_red {
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
	height: 279px;
}

.bg_menu_repeat {
	background-image: url(../images/bg_menu_repeat.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.txt_orange {
	font-family:;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}

.bg_menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 48px;
	width: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d0d0d;
}
.hr {
	background-image: url(../images/hr.jpg);
	background-repeat: repeat-x;
}
.bg_leftbar {
	background-image: url(../images/bg_leftbar.jpg);
	background-repeat: repeat-x;
}

a.block-link
	{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#cccccc;
	font-weight:bold;
	}	
.txtwhite {
	color: #efefef;
}

a.block-link:hover
	{
	color:#ffffff;
	}

a.orange-link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#ff7f00;
	}	
a.orange-link:hover
	{
	text-decoration:none;
	}	
.bdr_pin {
	border: 10px solid #302e2e;
}
.nopad{
margin:0px;
padding:0px;
}

.txtkey{font-size:1px; color:#181818;}