body{
	background-image:url('images/bluebg.gif');
	font-family:arial;
	color:#FFFFFF;
	}

.boldTitle{
	font:italic;
	font-weight:bold;
	font-size:12pt;
}

.boldTitleBlack{
	font:italic;
	font-weight:bold;
	font-size:12pt;
	color:#000000;
}

.regTextBlack{
		
	font-size:12pt;
	color:#000000;
}

.copyright{
	font-size:7pt;
	
	font-weight:bold;
}
.copyright	a:link{
		font-family:verdana;
		font-size:6pt;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		}
.copyright	a:active{
		font-family:verdana;
		font-size:6pt;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		}
.copyright	a:visited{
		font-family:verdana;
		font-size:6pt;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		}
.copyright	a:hover{
		font-family:verdana;
		font-size:6pt;
		text-decoration:underline;
		color:#000000;
		font-weight:bold;
		}
