

.newBrown{
	color:#CC6600;
}
.lnkBlue{
	color: #5856B9;
}

.lhBtnSep{
	height:2px;
	font-size:2px;
}

.grButton,.grButton_active, .grButton_green{
	width: 132px;
	height: 26px;
	
	color: black;
	font-size: .9em;
	text-align: center;
	
	
	cursor:pointer;
	cursor:hand;
}
grButton a:hover,.grButton_active a:hover, .grButton_green a:hover{
	text-decoration: underline;
}

.grButton{
	background-image: url(../images/gray_btn.jpg);
	background-repeat: no-repeat;	
}

.grButton_active{
	border: 1px solid #c0c0c0;
	color: #5856B9;
	font-weight: bold;
}

.grButton_green{
	background-image: url(../images/green_btn.jpg);
	background-repeat: no-repeat;	
	width: 135px;
	height: 29px;	
}

.ul_square{
	list-style: square;
	margin:10px 5px 5px 15px;
	padding:0px;
}
.ul_square li{
	padding: 0px;	
	margin-bottom: 10px; 
}

.ul_indentedContent{
	list-style: none;
	margin: 5px 5px 5px 5px;
	padding:0px;
}
.ul_indentedContent li{
	padding: 0px;
	font-weight: normal;
}

.ol_simple{
	margin:10px 5px 5px 15px;
	padding:0px;
}
.ol_simple li{
	padding: 0px;	
	margin-bottom: 10px; 
}

.ol_faq{
	margin:10px 5px 5px 15px;
	padding:0px;
}
.ol_faq li{
	padding: 0px;	
	margin-bottom: 0px; 
}

.sampleContainer{
	margin:10px;
	padding:10px;
	float:left;
	width:auto;
	background-color:#98FB98;
	border: 1px solid #228B22;
}