/* these styles control text in the html AND in the flash */
body
{
	padding: 57px 0px 0px 68px;
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
}

p
{
	color: #fffdfd;
	font-size: 9px;
	line-height: 12px;
}

a { text-decoration: none; }
a:link { color: #fffdfd; }
a:visited { color: #fffdfd; }
a:hover { color: #f2d714; }
a:active { color: #f2d714; }

