#brand a {
	color: #ccc; 
}

#brand  a:hover { 
	background: inherit; 
	color: #fff; 
	text-decoration: underline; 
	}
	
#brand a:visited {
	color: #fff;
	text-decoration: none;
}


/* table */

#tableflpn {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	color: #000;
	font-weight: bold;
	background-color:#BFB09D;
}

.odd {
	background-color: #4F412F;	
	color: #FFF;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }

.bullet {
	padding: 5 auto;
	margin: 0;
	list-style-position: outside;
	list-style-image: url(../images/buttons/starbullet.jpg);
	list-style-type: disc;
	line-height: 18px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000;
}
