@charset "utf-8";a:link, a:visited, a:hover, a:active
{
	text-decoration:underline;
}
a:link
{
	color:#3f74a4;
}
a:visited
{
	color:#0D3E61;
}
a:hover, a:active
{
	color:#3f74a4;
}
input.text, textarea, select
{
	background:#FFFFFF url(../img/fieldbg.gif) repeat-x scroll center top;
  border-style:solid;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-width:1px;
  padding:0.5em;
}
div.imagecover, span.imagecover, a.imagecover, h1.imagecover
{
	position:relative;
	display:block;
}
span.imagecovertext
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
span.transparentimagecovertext
{
  visibility:hidden;
}

span.imagecoverspan, input.imagecoverspan
{
	border-style:none;
	position:absolute;
	left:0;
	top:0;
	background-color:Transparent;
	width:100%;
	height:100%;
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:0;
	z-index:3;
}
a.imagecover span.imagecoverspan, input.imagecoverspan
{
	cursor:pointer;
}
.z3
{
	z-index:3;
}
.z2
{
	z-index:2;
}
.z1
{
	z-index:1;
}
.z0
{
	z-index:0;
}
a.hoverlink
{
	text-decoration:none;
	position:relative;
	cursor:default;
	overflow:visible;
}
a.hoverlink:hover
{
	text-decoration:none;
	visibility:inherit;
}
span.hoverspan
{
	display:none;
}
a.hoverlink:hover span.hoverspan
{
	display:block;
	z-index:4;
	position:absolute;
	top:0;
	left:0;
	padding:1em;
	background-image:none;
	background-color:#FFF;
	border:1px solid;
	border-color:#BFBFBF;
	text-decoration:none;
}

div.emptyclear, li.emptyclear
{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
div.fullwidth, ul.fullwidth, fieldset.fullwidth
{
	margin-bottom:2em;
  width:100%;
}
@media print
{
	.imagecover span.imagecovertext
	{
		width:auto;
		overflow:visible;
	}
	span.imagecoverspan, input.imagecoverspan
	{
		display:none;
	}
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style:normal;
	font-weight:normal;
}
body
{
	line-height:1;
}
ol, ul
{
	list-style:none;
}
blockquote, q
{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content:'';
	content:none;
}
ins
{
	text-decoration:none;
}
del
{
	text-decoration:line-through;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
a
{
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}
input, td, th
{
	vertical-align:middle;
	margin:0;
	font-size:100%;
	border:0;
	padding:0;
}
:focus
{
	outline-style:none;
}
body
{
  background:#242529 url(../img/bg.jpg) repeat-x;
  text-align:center;
  font-size:75%;
  font-family:verdana, arial, sans-serif;
  line-height:1.5;
  color:#777777;
}