.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.ovalbutton{
	background: url(../images/buttons/oval-blue-left.gif) no-repeat left top;
	display: block;
	float: right;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a.ovalbutton:link, a.ovalbutton:visited, a.ovalbutton:active{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: url(../images/buttons/oval-blue-right.gif) no-repeat right top;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{
	overflow: hidden;
	width: 100%;
}
.breadcrumb{
	border-top: 1px solid #6477AF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6477AF;
	color: #6477AF;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

.breadcrumb a{
	background: url(../images/buttons/breadcrumb.gif) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	color: #6578B0;
	font-size: 12px;
	font-weight: bold;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
