/* -----------------------------------------------------------------------------------------------

	GLOBAL
	
----------------------------------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	font-size:80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/bg.png) repeat left top;
}
strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a img{
border:0;
}
h1, h2, h3, h4, h5, h6, address {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	height:77px;
}
h2 {
	margin:0 0 8px 0px;
	font-weight:normal;
}
h2.intro {
	margin:0 0 5px 0px;
	font-weight:normal;
	font-size:1.24em;
}
h3 {
	margin:10px 0 0 8px;
}
h4 {
	color:#D6870D;
	margin:8px 0 0 0;
}
hr.clear {
	clear:both;
	font-size:1px;
	visibility:hidden;
}
fieldset {
	border:none;
}
a {
	color:#D6870D;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}


#flashcontent {
	position:absolute;
	width: 1150px;
	height: 620px;
	top:50%;
	margin-top:-310px;
	left:50%;
	margin-left:-600px;

}
#flash {
	display: block;
}

