a, a:active, a:link, a:visited {
	text-decoration: none;

	color: #835F92;
}

a:hover {
	text-decoration: none;

	color: #B097BB;
}

li {
	list-style-image: url('../bullet.png');
}

li:hover {
	list-style-image: url('../bullet2.png');
}

blockquote {
	margin: 5px; 
	border-left: 2px #835F92 solid; 
	padding: 5px;
}

.LB_Hide {
	display: none;
}

.LB_Bar_Sub {
	font-size: 8pt;

	text-align: left;

	width: 700px;

	background-color: white;

	color: white;
}

.LB_Body {
	font-family:	Trebuchet MS;
	font-size:		8pt;

	text-align:		justify;

	background-color: #F1ECF3;
	background-image: url('bg.png');

	margin: 0px;
}

.LB_Bar {
	width: 700px; 

	background-color: white;
}

.LB_Body_Box {
	width: 700px;

	background-color: white;

	padding: 5px; 
}

.LB_Footer {
	font-size: 8pt;

	text-align: left;

	width: 100%;

	background-color: #DFD5E4;

	color: white;
}

.LB_Bar_Button {
	border-right: 1px gray solid;

	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 8pt;

	color: black;

	float: left; 

	padding-top:	2px;
	padding-bottom: 2px;
	padding-left:	7px;
	padding-right:	7px;

	background-color: white;
}

.LB_Bar_Button_Over {
	border-right: 1px gray solid;

	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 8pt;

	color: #835F92;

	float: left; 

	padding-top:	2px;
	padding-bottom: 2px;
	padding-left:	7px;
	padding-right:	7px;

	background-color: #EADFEE;

	cursor: pointer;
}

.LB_Bar_Sub_Button {
	border-right: 1px white solid;

	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 7pt;

	color: #591474;

	float: left; 

	padding-top:	1px;
	padding-bottom: 1px;
	padding-left:	5px;
	padding-right:	5px;



	overflow: hidden;

	background-image: url('buttonbg.png');
}

.LB_Bar_Sub_Button_Over {
	border-right: 1px white solid;

	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 7pt;

	color: white;

	float: left; 

	padding-top:	1px;
	padding-bottom: 1px;
	padding-left:	5px;
	padding-right:	5px;

	background-color: #835F92;

	cursor: pointer;
}

.LB_Text_Header {
	font-size:		14pt;
	font-weight:	bold;

	color: #835F92;
}

.LB_Text_SubHeader {
	font-size:		12pt;
	font-weight:	bold;

	color: #835F92;
}
