@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.searchcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.maincopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.linkcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 18px;
}
.nav-background {
	background-image: url(images/nav/nav-right-grey-lineb.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.nav-background-fade {
	background-image: url(images/nav/nav-right-grey-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
UL {
	list-style-image: url(images/bullet.gif);
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
a:link {
	color: #CCCCCC;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	font-weight: bold;
}


.rightspace {
	padding-right: 10px;
}

