/*
 * mirror and menu styles
 */


.toplink {
	Color : #333333;
	text-decoration : none;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}
.toplink:visited {
	Color : #333333;
	text-decoration : none;
	}
.toplink:hover {
	Color : #ffffff;
	text-decoration : underline;
}
.toplink:active {
	Color : #ffcc00;
	text-decoration : none;
}


.content1 {
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}


.bold {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	text-decoration : underline;
	font-family: verdana;
}


A {
	Color : #999999;
	text-decoration : none;
	font-family: verdana;
	font-size: 12px;
}
A:visited {
	Color : #999999;
	text-decoration : none;
	}
A:hover {
	Color : #ffcc00;
	text-decoration : underline;
}
A:active {
	Color : #ffcc00;
	text-decoration : none;
}

ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 1.5em;
	color:#999999; text-decoration: none;
}

li.xc {
	list-style: none;
	color:#999999; text-decoration: none;
}
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	color:#999999;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	font-weight: bold;
}

