/** BASIC */

body {
	margin: 10px;
	padding: 0px;
	background: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;

}

td {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

/** Tell a friend formulier */

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/** ERRORS */

.error {
	width: 95%;
	padding: 3px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
	color: red;
    text-align: center;
}

a { COLOR: #000; text-decoration: none; }
a:hover { COLOR: #000; TEXT-DECORATION: none; }


h1{
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #000;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	font-size: 120%;
	color: #000;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3{
	font-size: 22px;
	color: #000;
	line-height: normal;
	font-weight: 100;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000;
}

h5{
 font-size: 100%;
 color: #000;
}

