/* useful classes */
.bolder { font-weight: bolder !important; clear: none !important; float: none !important; }
.beige { color: #AE8859 !important;}
.menubeige { color: #AE8859 !important; font-weight:bold; text-decoration:underline }
.beigeinfo { color: #AE8859; font-weight: bold; font-style: italic; }
.subtitle { 
 font-weight: bold; 
 background-image: url('/images/arrow.gif');
 background-repeat: no-repeat;
 height: 13px;
 text-indent: 13px;
 }	

.bodyList li {
 list-style-type: circle;
 list-style-position: outside;
 margin: .5em .2em .2em 2em;
 }

.backLink {
 display: block;
 height: 30px;
 width: 120px;
 float: left;
 clear: both;
 background: url('/images/tabs/back.gif') no-repeat;
 font-weight: bold;
 color: #AE8859;
 }

.backLink a {
 color: #fff;
 display: block;
 line-height: 30px;
 text-indent: 30px;
 }
 
.backLink a:hover {
 color: #fff;
 display: block;
 line-height: 30px;
 text-indent: 30px;
 text-decoration: underline;
 }
	
.blockLink {
 display: block;
 height: 19px;
 width: 200px;
 float: left;
 clear: both;
 font-weight: bold;
 color: #AE8859;
 }

.blockLink a {
 color: #AE8859;
 display: block;
 line-height: 15px;
 text-indent: 10px;
 }
