@charset "utf-8";
.Blue-Bold {	
	color: #262465;
	font-weight: bold;
	font-size: 19px;
}
.Blue-Bold-XL {
	color: #262465;
	font-weight: bold;
	font-size: 24px;
}
.Gray-Bold {
	color: #666666;
	font-weight: bold;
	font-size: 19px;
}

.Gray-Bold-Bullet {
	color: #666666;
	font-weight: bold;
	font-size: 19px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	margin-left: 20px;
	padding-left: 20px;
}
.Gray-NOTBold-Bullet {
	color: #666666;
	font-size: 18px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	margin-left: 20px;
	padding-left: 20px;
	font-weight: lighter;
}


#indexbottomemaillink {

}
a {
	color: #262666;
	text-decoration: underline;
}
a:hover {
	color: #262666;
	text-decoration: none;
}
.dhtmlgoodies_answer {	/* Start layout CSS */
	width:585px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	padding-left: 15px;
}
.dhtmlgoodies_question {	/* Start layout CSS */
	color:#262666;
	text-decoration:underline;
	width:600px;
	overflow:visible;
	cursor:pointer;
	font-weight: lighter;
}
ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 15px;
}
.smalllinkbar {
	font-size: 12px;
}

.plainindent {
	padding-left: 20px;
}
