/********************************************************************************
***		Common stylesheet
********************************************************************************/
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #000000;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 24px;
	color: #FFFF63;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	font-size: 30px;
	color: #FFFFFF;
	display: inline;
}

h3, h4 {
	font-size: 13px;
	color: #FFFFFF;
}


/* This goes in the stylesheet to hide the browser text before it is replaced */


.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

