
/* DONATE STYLE
------------------------------------*/

body {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../styles/black_pearl/imageset/satiobgs/bg-bokeh.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a { color: #ffcc33; }
a:link { color: #ffcc33; }
a:hover { color: #fff; }

hr {  
	color: #666;
}

.maintitle {
	color: #ffcc33;
	font-weight: bold;
	font-size: 1.5em
}

.subtitle {
	color: #ccc;
	font-weight: bold;
	font-size: 0.5em
}

.pagetitle {
	color: #fff;
	font-weight: bold;
	font-size: 3.0em;
	text-shadow: 0 2px 0 #80155b;
	
}

.disclaimer {
	font-size: 0.7em;
	color: #666;
}

.footer-copyright {
	font-size: 0.7em;
	color: #fff;
}

.footer-copyright a:link {
	color: #fff;
}