@charset "utf-8";
/* CSS Document */

body {
	background-color: #030;
}
a:link {
	color: #030;
	text-decoration: underline;
}
a:visited {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #060;
	text-decoration: none;
}
a:active {
	color: #060;
	text-decoration: underline;
}
.copyr {
	color: #FFF;
	font-size: 14px;
}
.copyb {
	color: #000;
	font-size: 12px;
}
a.copyr:link {
	color: #FFF;
	text-decoration: none;
}
a.copyr:visited {
	color: #FFF;
	text-decoration: none;
}
a.copyr:hover {
	color: #090;
	text-decoration: underline;
}
a.copyr:active {
	color: #FFF;
	text-decoration: none;
}
.gtxt {
	color: #060;
}
.topcurve {
	background: #C5C6CD url(images/top-curve.jpg) no-repeat top;
	margin: 0px;
	padding: 0px;
}
.openquote{
	vertical-align:text-bottom;
	padding-bottom:6px;

}
.closequote{
	vertical-align:text-bottom;
	padding-bottom:6px;}