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

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


.boldcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	
	font-variant: normal;
	text-transform: uppercase;
	color: #3399CC;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC66CC;
	outline: none
	text-decoration: none;
	font-style:normal;
	text-decoration: none;
}

a:visited {
	color: #CC66CC;
	text-decoration: none;
	text-decoration: none;
	font-style:normal;
	
}

a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
	background-color:transparent;
	text-decoration:none; 
	font-style:normal;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 17px;
	color: #000000;
}



