.kumquat {
	margin-bottom:24px;
	background-color:#eee; 
	width:220px; 
	border:1px solid #ccc;
	padding:0;
	font-weight: bold;
	color:#055A8D;
}

.kumquat_header
{
	margin: 0;
	padding-top:6px;
	padding-left:6px;
    font-size: 13px;
	color: #2E9A65;
	font-weight: bold;
}

ul.kumquat_ul {
	margin: 0px;
	padding:0px;
	font-weight: bold;
	color:#055A8D;
	}

li {background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	color:#055A8D;
	padding: 3px 0 3px 16px;
	margin: .4em 0;
} 

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
}

.RightText {
	text-align:left;
	padding:6px;
	margin:0;
	font-weight:normal;
	color:#055A8D;
}

.bluetext {
	color:#055A8D;
}

a.RightLink:link {color:#2E9A65;text-decoration:none;font-size: 13px;font-weight: bold;}
a.RightLink:active {color:#2E9A65;text-decoration:none;font-size: 13px;font-weight: bold;}
a.RightLink:visited {color:#2E9A65;text-decoration:none;font-size: 13px;font-weight: bold;}
a.RightLink:hover {color:#FF3333;text-decoration:underline;font-size: 13px;font-weight: bold;}
