*
{
	padding: 0;
	margin: 0;
}

body, div, ul, li, input, h1, h2, h3, h4, h5 a
{
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

html, body
{
	height: 100%;
}

a
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

body
{
	background-color: #FFFFFF;
	text-align: center;
}

img
{
	border: 0px;
}

#wrapper
{
	position: relative;
	width: 580px;
	top: 70px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 25px 0;
	/*border: 1px solid #FFFF00;*/
}

#flash
{
	width: 100%;
	height: 365px;
}

#differences
{
	margin: 30px 0 0 0;
}

.difference
{
	width: 100%;
	padding: 0 0 15px 0;

}

.difference:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.difference .number
{
	float: left;
	width: 105px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.difference .text
{
	float: left;
	width: 450px;
	padding: 0 0 0 25px;

}

.difference .text p
{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
	word-wrap: break-word;
}


/* Form
=======================*/

#form
{
	width: 450px;
	padding: 25px 0 35px 130px;
}

#form:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#field
{
	float: left;
}

#send
{
	float: left;
}

#form .advice
{
	display: block;
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#form p
{
	width: 350px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#form a
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#form a:link
{
	text-decoration: none;
}

#form a:visited
{
	text-decoration: none;
}

#form a:Hover
{
	text-decoration: underline;
}

#form a.rule:link
{
	font-size: 9px;
	font-weight: normal;
}


#form ul
{
	list-style: none;
}

#form ul li
{
	float: left;
	width: auto;
}

#form img 
{
	margin: 0 10px 0 0;
}

input
{
	height: 14px;
	padding: 1px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

input.input1
{
	width: 305px;
	margin: 0 10px 0 0;
}

input.input2
{
	width: 200px;
	margin: 0 10px 0 0;
}

#pages
{
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 10px;
}

#pages a
{
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}

#pages a:link
{
	text-decoration: underline;
}

#pages a:visited
{
	text-decoration: underline;
}

#pages a:Hover
{
	text-decoration: none;
}
/*
FOOTER 
=======================*/

#footer
{
	z-index: 4;
	position: relative;
	width: 100%;
	height: 100px;
	/*border: 1px solid #FF00FF;*/
}


/*
GENERIC 
=======================*/

div.clear
{
	clear: both;
}

div.clearfix:after 
{
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}