/* City Coins CSS */

body {
	margin: 0px;
	background: #FFFFFF;
}

/* background */
.title {
	background: url("../images/title.gif") no-repeat;
}

.vertline {
	background: url("../images/breaks/vert-bg.gif") repeat-y;
}

/* text */
.breadcrumb {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.contentTxt {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.header1 {
	font-family: times new roman, serif;
	font-size: 32px;
	color: #999999;
}


/* anchors */
a.breadcrumb {
	color: #996600;
	text-decoration: underline;
}

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


/* tables */
table.topStrip {
	width: 100%;
	background: #CC9900 url("../images/topbg.gif") repeat-x;
}.breadcrumbCopy21 {

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #996600;
}
a:link {

	color: #996600;
	text-decoration: underline;
}

