body, p, td, input,select{
	font-size:12 pt;
	font-family:"Times New Roman";
	color:#000000;
}

.bmenu{
	color:#DEBD73;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

th{
	color: #898989;
	font-size: 8pt;
	font-weight: bold;
}

img{
	border: 0px;
}

/* Text */

.title{
	font-size: 20pt;
	font-family:"Times New Roman";
	color:#DEBD73;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

.foot{
	color:#DEBD73;
}

/* Links */

.nav{
	white-space: nowrap;
}

a.nav{
	font-size: 11pt;
	font-family:"Times New Roman";
	color:#DEBD73;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #DEBD73;
	text-decoration: none;
	padding: 3px;
	display: inline-block;
}

a.nav:hover{
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: inline-block;
}

/* Formatting */

.brassbar{
	background-image: url('/i/dsr/brassbar.jpg');
	background-repeat: repeat-x;
}

.bg{
	background-image: url('/i/dsr/bg.jpg');
}

.box{
	border: 1px solid #AD7429;
	display: inline-block;
}