html
{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}


body
{
	font-family: Helvetica Neue, Helvetica, Myriad Pro, sans-serif;
	line-height:150%;
	font-size: 14pt;
	letter-spacing:0px;
	position: relative;
	z-index: 0;
}


a {text-decoration:none; color: #0099CC;}
a:hover	{text-decoration:underline;} 

h1 a {text-decoration:none; color: #fff;}
h1 a:hover	{text-decoration:none; color:#ffc740;} 


h1
{
	font-family: Helvetica Neue, Helvetica, Myriad Pro, sans-serif;

	font-size: 16pt;
	color: #fff;
	font-weight: normal;
	padding: 0 0 5px 0;

}

h2
{
	font-family: Helvetica Neue, Helvetica, Myriad Pro, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #777777;
	padding: 0 0 5px 0;
}


h3
{
	font-size: 10pt;
	font-weight: bold;
}

h4
{
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}

.highslide-dimming {
	background: black;
}

.highslide-popup
{
	margin: 0px 20px 20px 20px;
}


.accent
{
	color: #C7725E;
}

.clear
{
	clear: both;
}